Bug 69443

Summary: [chromium] Add support for --show-paint-rects in accelerated path
Product: WebKit Reporter: Shawn Singh <shawnsingh>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 69441    
Bug Blocks:    

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