Skip to content

Commit 48a4a10

Browse files
endless7zanderso
authored andcommitted
1 parent ec5de9b commit 48a4a10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shell/platform/darwin/ios/framework/Source/FlutterPlatformViews.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,7 @@ static bool ClipBoundsContainsPlatformViewBoundingRect(const SkRect& clip_bounds
800800
return layer;
801801
}
802802
SkCanvas* overlay_canvas = frame->SkiaCanvas();
803+
overlay_canvas->clipRect(rect);
803804
overlay_canvas->clear(SK_ColorTRANSPARENT);
804805
if (frame->GetDisplayListBuilder()) {
805806
slice->render_into(frame->GetDisplayListBuilder().get());

0 commit comments

Comments
 (0)