Skip to content

Commit

Permalink
save (flutter#37107)
Browse files Browse the repository at this point in the history
  • Loading branch information
endless7 authored and zanderso committed Dec 5, 2022
1 parent ec5de9b commit 48a4a10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -800,6 +800,7 @@ static bool ClipBoundsContainsPlatformViewBoundingRect(const SkRect& clip_bounds
return layer;
}
SkCanvas* overlay_canvas = frame->SkiaCanvas();
overlay_canvas->clipRect(rect);
overlay_canvas->clear(SK_ColorTRANSPARENT);
if (frame->GetDisplayListBuilder()) {
slice->render_into(frame->GetDisplayListBuilder().get());
Expand Down

0 comments on commit 48a4a10

Please sign in to comment.