RESOLVED FIXED 144502
Avoid compositing updates after style recalcs which have no compositing implications
https://bugs.webkit.org/show_bug.cgi?id=144502
Summary Avoid compositing updates after style recalcs which have no compositing impli...
Simon Fraser (smfr)
Reported 2015-05-01 15:12:32 PDT
Avoid compositing updates after style recalcs which have no compositing implications
Attachments
Patch (17.07 KB, patch)
2015-05-01 15:25 PDT, Simon Fraser (smfr)
darin: review+
Simon Fraser (smfr)
Comment 1 2015-05-01 15:25:07 PDT
Simon Fraser (smfr)
Comment 2 2015-05-01 15:26:57 PDT
Darin Adler
Comment 3 2015-05-01 16:44:33 PDT
Comment on attachment 252176 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252176&action=review > Source/WebCore/rendering/RenderLayerCompositor.cpp:4219 > +void RenderLayerCompositor::startTrackingCompositingUpdates() > +{ > + m_compositingUpdateCount = 0; > +} > + > +unsigned RenderLayerCompositor::compositingUpdateCount() const > +{ > + return m_compositingUpdateCount; > +} Can these go inside of some #If?
Simon Fraser (smfr)
Comment 4 2015-05-01 19:34:27 PDT
Note You need to log in before you can comment on or make changes to this bug.