Index: cc/io_surface_layer.h |
diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h |
index 088976b98cc8917f9cd25e5313a299f8e53a60f7..ff3b5fd73110fba8f8b54eb23ddc0ab02b83bc55 100644 |
--- a/cc/io_surface_layer.h |
+++ b/cc/io_surface_layer.h |
@@ -16,7 +16,7 @@ public: |
void setIOSurfaceProperties(uint32_t ioSurfaceId, const gfx::Size&); |
- virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE; |
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE; |
virtual bool drawsContent() const OVERRIDE; |
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |