Bug 77390 - Show repaint counters in individual tiles
Summary: Show repaint counters in individual tiles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 17:42 PST by Anders Carlsson
Modified: 2012-01-30 18:04 PST (History)
0 users

See Also:


Attachments
Patch (6.01 KB, patch)
2012-01-30 17:45 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-01-30 17:42:18 PST
Show repaint counters in individual tiles
Comment 1 Anders Carlsson 2012-01-30 17:45:09 PST
Created attachment 124640 [details]
Patch
Comment 2 Darin Adler 2012-01-30 17:57:34 PST
Comment on attachment 124640 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=124640&action=review

> Source/WebCore/platform/graphics/ca/mac/TileCache.h:66
> +    bool showRepaintCounter();

This sounds like a function you call to “show a repaint counter”. Name it shouldShowRepaintCounters and I will be happier.
Comment 3 Anders Carlsson 2012-01-30 18:04:21 PST
Committed r106311: <http://trac.webkit.org/changeset/106311>