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

Unified Diff: Source/core/layout/compositing/GraphicsLayerTreeBuilder.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
Index: Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
diff --git a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
index a6a9870549106cc9b45b6901e7d483535ad15eb2..3139f5c7ec1face0c1351af65c751a0251f9ef4a 100644
--- a/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
+++ b/Source/core/layout/compositing/GraphicsLayerTreeBuilder.h
@@ -31,7 +31,7 @@
namespace blink {
-class RenderLayer;
+class Layer;
class GraphicsLayerTreeBuilder {
public:
@@ -45,11 +45,11 @@ public:
{
}
- RenderLayer* enclosingCompositedLayer;
+ Layer* enclosingCompositedLayer;
GraphicsLayerVector* childLayersOfEnclosingCompositedLayer;
};
- void rebuild(RenderLayer&, AncestorInfo);
+ void rebuild(Layer&, AncestorInfo);
};
} // namespace blink
« no previous file with comments | « Source/core/layout/compositing/CompositingState.h ('k') | Source/core/layout/compositing/GraphicsLayerTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698