Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void AndroidExternalViewEmbedder::SubmitFrame(

// Get the intersection rect between the current rect
// and the platform view rect.
joined_rect.intersect(current_view_rect)
joined_rect.intersect(current_view_rect);
}
if (!joined_rect.isEmpty()) {
// Subpixels in the platform may not align with the canvas subpixels.
Expand Down