Bug 116908
Summary: | We shouldn't start the m_paintRelatedMilestonesTimer timer on every flush | ||
---|---|---|---|
Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bdakin, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Simon Fraser (smfr)
Every call to RenderLayerCompositor::flushPendingLayerChanges() starts the m_paintRelatedMilestonesTimer timer. That's crazy.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/14008972>
Simon Fraser (smfr)
Was fixed with http://trac.webkit.org/changeset/150898