| Index: cc/io_surface_layer.h
|
| diff --git a/cc/io_surface_layer.h b/cc/io_surface_layer.h
|
| index 69a9f60366b4e4a49047b89fba9c7e03ffd02791..088976b98cc8917f9cd25e5313a299f8e53a60f7 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() OVERRIDE;
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE;
|
| virtual bool drawsContent() const OVERRIDE;
|
| virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
|
|
|
|