| Index: cc/io_surface_layer_impl.h
|
| diff --git a/cc/io_surface_layer_impl.h b/cc/io_surface_layer_impl.h
|
| index 1ca671def7465730462b61ed43107ea2d87104dc..9d1e2c47ca5715e88fc9af22b05b4cbfc6f29681 100644
|
| --- a/cc/io_surface_layer_impl.h
|
| +++ b/cc/io_surface_layer_impl.h
|
| @@ -21,6 +21,9 @@ public:
|
|
|
| void setIOSurfaceProperties(unsigned ioSurfaceId, const gfx::Size&);
|
|
|
| + virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeImpl* treeImpl) OVERRIDE;
|
| + virtual void pushPropertiesTo(LayerImpl*) OVERRIDE;
|
| +
|
| virtual void appendQuads(QuadSink&, AppendQuadsData&) OVERRIDE;
|
|
|
| virtual void willDraw(ResourceProvider*) OVERRIDE;
|
|
|