Bug 82758

Summary: Show a scrolling indicator light when compositing borders are turned on
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Description Anders Carlsson 2012-03-30 11:12:55 PDT
Show a scrolling indicator light when compositing borders are turned on
Comment 1 Anders Carlsson 2012-03-30 11:24:52 PDT
Created attachment 134845 [details]
Patch
Comment 2 Andreas Kling 2012-03-30 11:29:52 PDT
Comment on attachment 134845 [details]
Patch

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

> Source/WebCore/page/scrolling/ScrollingTree.h:99
> +    void setDebugRootLayer(CALayer *);

Asterisk placement.

> Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.mm:231
> +    } else if (!showDebugBorders) {

DURR.
Comment 3 Anders Carlsson 2012-03-30 12:00:06 PDT
Committed r112707: <http://trac.webkit.org/changeset/112707>