[Webkit-unassigned] [Bug 122016] [CoordinatedGraphics] ASSERTION FAILED: !m_flushingLayers (after r156291)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 8 07:09:15 PDT 2013


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





--- Comment #3 from Sergio Correia <sergio.correia at openbossa.org>  2013-10-08 07:08:06 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > It is incorrect to call scheduleLayerFlush() inside of flushCompositingState().
> 
> Is any attempt to reenter RenderLayerCompositor considered incorrect at that point?
> In other words, could a simple check whether a flush is underway inside any implementation of GraphicsLayerClient::notifyFlushRequired() (like in this very case) be considered a right step?

Heh, I was going to attempt something like that: https://gist.github.com/qrwteyrutiyoup/647d9ca085b2dc13d1d7

To prevent calling scheduleLayerFlush() inside flushCompositingState(),         which is incorrect, we now only call m_client->notifyFlushRequired() --         which will trigger scheduleLayerFlush() -- if we are not already flushing         layer changes.

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