[Webkit-unassigned] [Bug 112095] [Texmap] Synchronise layers only if the layer has been changed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 11 23:27:03 PDT 2013


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


Gwang Yoon Hwang <ryumiel at company100.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ryumiel at company100.net




--- Comment #4 from Gwang Yoon Hwang <ryumiel at company100.net>  2013-03-11 23:29:27 PST ---
Thanks for reporting.
It is the bug I made. :(

I think this patch can be better using CoordinatedGraphicsLayerState::changeMask

ex)
if (!m_layerState.changeMask)
    return;

in CoordinatedGraphicsLayer::flushCompositingStateForThisLayerOnly() or CoordinatedLayerTreeHost::syncLayerState


BTW, I think we need clean up m_shouldSync...series in CoordinatedGraphicsLayerState. We can use LayerState::changeMask instead of that.

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