Bug 105648 - Change RenderLayerBacking::nameForLayer() to RenderLayer::name()
Summary: Change RenderLayerBacking::nameForLayer() to RenderLayer::name()
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: Xianzhu Wang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-21 12:04 PST by Xianzhu Wang
Modified: 2013-01-04 10:00 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.87 KB, patch)
2012-12-21 12:10 PST, Xianzhu Wang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xianzhu Wang 2012-12-21 12:04:56 PST
Sometimes I need to print the name of a layer when it is not composited, e.g. to print the name of the layers that causing main thread scrolling in ScrollingCoordinator. This would be easy if RenderLayer::name() is available.
Comment 1 Xianzhu Wang 2012-12-21 12:10:13 PST
Created attachment 180541 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-04 10:00:48 PST
Comment on attachment 180541 [details]
Patch

Clearing flags on attachment: 180541

Committed r138809: <http://trac.webkit.org/changeset/138809>
Comment 3 WebKit Review Bot 2013-01-04 10:00:52 PST
All reviewed patches have been landed.  Closing bug.