Index: Source/core/rendering/compositing/GraphicsLayerUpdater.h |
diff --git a/Source/core/rendering/compositing/GraphicsLayerUpdater.h b/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
index 11cfea3894fa784d4fffa9e528837393e63b0110..1df9fb78c5317c2673215688fb18d07938ecccdb 100644 |
--- a/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
+++ b/Source/core/rendering/compositing/GraphicsLayerUpdater.h |
@@ -46,11 +46,8 @@ public: |
ForceUpdate, |
}; |
- void updateRecursive(RenderLayer&, UpdateType); |
- void rebuildTree(RenderLayer&, UpdateType, GraphicsLayerVector& childLayersOfEnclosingLayer); |
- |
-private: |
- UpdateType update(RenderLayer&, UpdateType); |
+ void update(RenderLayer&, UpdateType); |
+ void rebuildTree(RenderLayer&, GraphicsLayerVector& childLayersOfEnclosingLayer); |
}; |
} // namespace WebCore |