[Webkit-unassigned] [Bug 110355] Get rid of "non-composited contents" in CoordinatedLayerTreeHost

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 17:46:24 PST 2013


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





--- Comment #4 from Huang Dongsung <luxtella at company100.net>  2013-02-26 17:48:47 PST ---
Currently, two CoordinatedTiles use the same UpdateAtlas in the same time. It is a bug that can crash in some platforms.

For example,
1. m_nonCompositedContentLayer->flushCompositingStateForThisLayerOnly();
2. CoordinatedTile::updateBackBuffer()
3. FrameView::paintContents()
4. FrameView::flushCompositingStateForThisFrame()
5. CoordinatedGraphicsLayer::flushCompositingStateForThisLayerOnly()
6. CoordinatedTile::updateBackBuffer()

#2 calls UpdateAtlas::beginPaint and #6 also calls UpdateAtlas::beginPaint before #2 is completed.

I think if this bug is resolved, above bug is also resolved.

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