[Webkit-unassigned] [Bug 131378] Remove exposedRect from TileController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 13:20:08 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=131378





--- Comment #3 from Tim Horton <thorton at apple.com>  2014-04-08 13:20:28 PST ---
(From update of attachment 228873)
View in context: https://bugs.webkit.org/attachment.cgi?id=228873&action=review

> Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:454
> +    for (const auto& layer : m_pageOverlayLayers.values())
> +        layer->flushCompositingState(m_scrolledExposedRect);

Do we want to flush these right away? Seems like we should just do this at flush time. In any case, I'm upending the overlay code in https://bugs.webkit.org/show_bug.cgi?id=131353 so I will sort it out.

-- 
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