Bug 105178 - GraphicsLayer's repaint count should update even when debugging option to show it is off
Summary: GraphicsLayer's repaint count should update even when debugging option to sho...
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: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-12-17 07:27 PST by Antoine Quint
Modified: 2012-12-17 09:20 PST (History)
4 users (show)

See Also:


Attachments
Patch (2.42 KB, patch)
2012-12-17 08:22 PST, Antoine Quint
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2012-12-17 07:27:51 PST
While you can turn on repaint counts for debugging redraws on composited layers, the count is not incremented when there is a repaint but the debug option to display the count is turned off. In order to facilitate https://bugs.webkit.org/show_bug.cgi?id=105024, we should always increment the repaint counter, even when the option is off.
Comment 1 Radar WebKit Bug Importer 2012-12-17 07:28:44 PST
<rdar://problem/12892473>
Comment 2 Antoine Quint 2012-12-17 08:22:21 PST
Created attachment 179747 [details]
Patch
Comment 3 WebKit Review Bot 2012-12-17 09:20:25 PST
Comment on attachment 179747 [details]
Patch

Clearing flags on attachment: 179747

Committed r137915: <http://trac.webkit.org/changeset/137915>
Comment 4 WebKit Review Bot 2012-12-17 09:20:29 PST
All reviewed patches have been landed.  Closing bug.