| Index: cc/layers/io_surface_layer.h
|
| diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h
|
| index 80e5b6917376f5a4bac476a19bb97f1c394d44ff..2021c96597ca23b015daa108cf119bfd57bc4177 100644
|
| --- a/cc/layers/io_surface_layer.h
|
| +++ b/cc/layers/io_surface_layer.h
|
| @@ -18,12 +18,12 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
|
|
|
| virtual scoped_ptr<LayerImpl> CreateLayerImpl(LayerTreeImpl* tree_impl)
|
| OVERRIDE;
|
| - virtual bool DrawsContent() const OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| virtual bool Update(ResourceUpdateQueue* queue,
|
| const OcclusionTracker<Layer>* occlusion) OVERRIDE;
|
|
|
| protected:
|
| + virtual void UpdateDrawsContent(bool draws_content) OVERRIDE;
|
| IOSurfaceLayer();
|
|
|
| private:
|
|
|