Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1001)

Unified Diff: Source/core/layout/LayoutTreeAsText.h

Issue 898783003: Move rendering/RenderLayer* to layout/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/layout/LayoutThemeChromiumMac.mm ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutTreeAsText.h
diff --git a/Source/core/layout/LayoutTreeAsText.h b/Source/core/layout/LayoutTreeAsText.h
index c61b8d514ed4ac91c6c5416d51437e6d915fd307..bfe0e890e1c721e7f009352b01c67d431ef0f9ed 100644
--- a/Source/core/layout/LayoutTreeAsText.h
+++ b/Source/core/layout/LayoutTreeAsText.h
@@ -36,7 +36,7 @@ class Element;
class LayoutRect;
class LocalFrame;
class Node;
-class RenderLayer;
+class Layer;
class RenderObject;
class TextStream;
@@ -64,7 +64,7 @@ class LayoutTreeAsText {
// not being done).
public:
static void writeRenderObject(TextStream&, const RenderObject&, LayoutAsTextBehavior);
-static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const LayoutRect& paintDirtyRect, int indent = 0, LayoutAsTextBehavior = LayoutAsTextBehaviorNormal);
+static void writeLayers(TextStream&, const Layer* rootLayer, Layer*, const LayoutRect& paintDirtyRect, int indent = 0, LayoutAsTextBehavior = LayoutAsTextBehaviorNormal);
};
// Helper function shared with SVGRenderTreeAsText
« no previous file with comments | « Source/core/layout/LayoutThemeChromiumMac.mm ('k') | Source/core/layout/LayoutTreeAsText.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698