[Webkit-unassigned] [Bug 118138] [Qt][WK2] tst_QQuickWebView::removeFromCanvas() API tests fails.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 28 05:02:12 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118138
Gwang Yoon Hwang <ryumiel at company100.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ryumiel at company100.net
--- Comment #1 from Gwang Yoon Hwang <ryumiel at company100.net> 2013-06-28 05:04:08 PST ---
I've found the problem of this failure.
When QtWebPageSGNode destructed, CoordinatedGraphicsScene clears its all of resources including m_registeredLayers during purgeGLResources but CoordinatedLayerTreeHost clears just backingstores.
To fix this failure, I think we need to destruct all of CoordinatedGraphicsLayers in CoordinatedLayerTreeHost during purgeBackingStore.
--
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