Bug 69443 - [chromium] Add support for --show-paint-rects in accelerated path
Summary: [chromium] Add support for --show-paint-rects in accelerated path
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:
Depends on: 69441
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-05 10:41 PDT by Shawn Singh
Modified: 2012-05-29 10:09 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shawn Singh 2011-10-05 10:41:23 PDT
This is part 2 of adding support for --show-paint-rects in the compositor.

The paint rect that is created by part 1 is plumbed through the appropriate places so that it can be visualized properly on the compositor HUD.

Please note that this patch requires part 1 to be landed already.
Comment 1 Shawn Singh 2012-05-29 10:09:57 PDT
Actually, this is already done now.  On the webkit side the plumbing was done by https://bugs.webkit.org/show_bug.cgi?id=86255