[Webkit-unassigned] [Bug 93077] [WK2] LayerTreeCoordinator can disallow tile updates in forceRepaint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 03:30:48 PDT 2012


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


Jocelyn Turcotte <jocelyn.turcotte at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #156283|review?                     |review+
               Flag|                            |




--- Comment #2 from Jocelyn Turcotte <jocelyn.turcotte at nokia.com>  2012-08-03 03:30:48 PST ---
(From update of attachment 156283)
View in context: https://bugs.webkit.org/attachment.cgi?id=156283&action=review

Yep that's what I had in mind. I think it's ok to override m_waitingForUIProcess here since forceRepaint does the same for the rest of the layer sync operations by calling flushPendingLayerChanges directly instead of performScheduledLayerFlush.

> Source/WebKit2/WebProcess/WebPage/LayerTreeCoordinator/LayerTreeCoordinator.cpp:179
> +    WTF::TemporaryChange<bool> inForceRepaint(m_inForceRepaint, true);

Wow, didn't know we had such a class.

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