| Index: cc/layers/io_surface_layer.h
|
| diff --git a/cc/layers/io_surface_layer.h b/cc/layers/io_surface_layer.h
|
| index 0207587815396506a01cd77937dbaed5b0b24550..e2e831a7e87d46882abf96546e8971f4e061076b 100644
|
| --- a/cc/layers/io_surface_layer.h
|
| +++ b/cc/layers/io_surface_layer.h
|
| @@ -20,6 +20,8 @@ class CC_EXPORT IOSurfaceLayer : public Layer {
|
| OVERRIDE;
|
| virtual bool DrawsContent() const OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| + virtual bool Update(ResourceUpdateQueue* queue,
|
| + const OcclusionTracker* occlusion) OVERRIDE;
|
|
|
| protected:
|
| IOSurfaceLayer();
|
|
|