Bug 116908 - We shouldn't start the m_paintRelatedMilestonesTimer timer on every flush
Summary: We shouldn't start the m_paintRelatedMilestonesTimer timer on every flush
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-05-28 21:56 PDT by Simon Fraser (smfr)
Modified: 2013-06-04 07:18 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2013-05-28 21:56:55 PDT
Every call to RenderLayerCompositor::flushPendingLayerChanges() starts the m_paintRelatedMilestonesTimer timer. That's crazy.
Comment 1 Radar WebKit Bug Importer 2013-05-28 21:57:49 PDT
<rdar://problem/14008972>
Comment 2 Simon Fraser (smfr) 2013-06-04 07:18:34 PDT
Was fixed with http://trac.webkit.org/changeset/150898