Bug 82758 - Show a scrolling indicator light when compositing borders are turned on
Summary: Show a scrolling indicator light when compositing borders are turned on
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-03-30 11:12 PDT by Anders Carlsson
Modified: 2012-03-30 12:00 PDT (History)
0 users

See Also:


Attachments
Patch (20.28 KB, patch)
2012-03-30 11:24 PDT, Anders Carlsson
kling: 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-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>