| Index: cc/layers/tiled_layer_impl.h
|
| diff --git a/cc/layers/tiled_layer_impl.h b/cc/layers/tiled_layer_impl.h
|
| index 939842b9027ecc0cfa7550fa328a78f51627d647..48a606c8a9aa9833f68b39384d016731785f08e5 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 {
|
| void PushInvalidTile(int i, int j);
|
|
|
| virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| - virtual void DidLoseOutputSurface() OVERRIDE;
|
| + virtual void ReleaseResources() OVERRIDE;
|
|
|
| const LayerTilingData* TilingForTesting() const { return tiler_.get(); }
|
|
|
|
|