[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:50:09 PDT 2013


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





--- Comment #5 from Noam Rosenthal <noam at webkit.org>  2013-03-11 23:52:34 PST ---
(In reply to comment #4)
> 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;
This won't work since you also need to deal with tiles, which don't appear in the changeMask. I think JungJik's solution is ok for now.

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