| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index bb179a6305bcea1a37634b0798427cb223699a29..97a7f7901f2bdab6729ab56abff7edfcb4d6745e 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -140,6 +140,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| virtual bool Update(ResourceUpdateQueue* queue,
|
| const OcclusionTracker* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| + virtual void OnOutputSurfaceCreated() OVERRIDE;
|
| virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
|
|
| protected:
|
|
|