WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2015-05-01 15:25:07 PDT
Created
attachment 252176
[details]
Patch
Simon Fraser (smfr)
Comment 2
2015-05-01 15:26:57 PDT
rdar://problem/20592758
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
https://trac.webkit.org/r183710
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug