[TexMap] Only notify of a required flush on the first layer property change
Created attachment 236871 [details] Patch
What is the symptom necessitating this change?
(In reply to comment #2) > What is the symptom necessitating this change? It avoids unnecessary calls through RenderLayerBacking::notifyFlushRequired() down to LayerTreeHost::scheduleLayerFlush() where in the end the flush timer is already scheduled, so nothing is done.
Comment on attachment 236871 [details] Patch Clearing flags on attachment: 236871 Committed r172885: <http://trac.webkit.org/changeset/172885>
All reviewed patches have been landed. Closing bug.