| Index: cc/layers/tiled_layer_impl.h
|
| diff --git a/cc/layers/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h
|
| index e3d38a0ee3d2f9d7a4e52976d58241a497a3b24f..b45b7338b5b5f2236fbac4b594af098324ae0c61 100644
|
| --- a/cc/layers/tiled_layer_impl.h
|
| +++ b/cc/layers/tiled_layer_impl.h
|
| @@ -43,7 +43,7 @@ class CC_EXPORT TiledLayerImpl : public LayerImpl {
|
| bool contents_swizzled);
|
| void PushInvalidTile(int i, int j);
|
|
|
| - virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| + virtual SimpleEnclosedRegion VisibleContentOpaqueRegion() const OVERRIDE;
|
| virtual void ReleaseResources() OVERRIDE;
|
|
|
| const LayerTilingData* TilingForTesting() const { return tiler_.get(); }
|
|
|