[Webkit-unassigned] [Bug 134248] Only flush layers when the exposed rect actually changes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jun 24 08:56:37 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=134248
--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> 2014-06-24 08:56:57 PST ---
(From update of attachment 233698)
View in context: https://bugs.webkit.org/attachment.cgi?id=233698&action=review
> Source/WebKit2/WebProcess/WebPage/mac/RemoteLayerTreeDrawingArea.mm:206
> + auto rect = enclosingIntRect(exposedContentRect);
> + if (frameView->exposedContentRect() == rect)
> + return;
This makes assumptions about how FrameView does rounding. Maybe setExposedContentRect() should instead return a bool?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list