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 |