| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index fb25da629b8e46aaaff80bb27284595b809bf8b2..2fa8ad92f4d68590ccd8576a682150fe094ea526 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -137,7 +137,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| virtual bool Update(ResourceUpdateQueue* queue,
|
| const OcclusionTracker<Layer>* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| - virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| + virtual SimpleEnclosedRegion VisibleContentOpaqueRegion() const OVERRIDE;
|
|
|
| protected:
|
| explicit TextureLayer(TextureLayerClient* client);
|
|
|