| Index: cc/layers/texture_layer_impl.h
|
| diff --git a/cc/layers/texture_layer_impl.h b/cc/layers/texture_layer_impl.h
|
| index f27fe48670b64629c612b57a5f4e131394bdfe82..241fde8b6f4c26cc48f1c23735e8499156039f1a 100644
|
| --- a/cc/layers/texture_layer_impl.h
|
| +++ b/cc/layers/texture_layer_impl.h
|
| @@ -31,7 +31,7 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl {
|
| virtual void AppendQuads(RenderPass* render_pass,
|
| const OcclusionTracker<LayerImpl>& occlusion_tracker,
|
| AppendQuadsData* append_quads_data) OVERRIDE;
|
| - virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| + virtual SimpleEnclosedRegion VisibleContentOpaqueRegion() const OVERRIDE;
|
| virtual void ReleaseResources() OVERRIDE;
|
|
|
| // These setter methods don't cause any implicit damage, so the texture client
|
|
|