| Index: cc/layers/texture_layer_impl.h
|
| diff --git a/cc/layers/texture_layer_impl.h b/cc/layers/texture_layer_impl.h
|
| index c20d9604387494e4c93fb48e6f3a497b867e17c5..26dd38546b508c767482f09ad285dd3a207564e4 100644
|
| --- a/cc/layers/texture_layer_impl.h
|
| +++ b/cc/layers/texture_layer_impl.h
|
| @@ -34,7 +34,7 @@ class CC_EXPORT TextureLayerImpl : public LayerImpl {
|
| AppendQuadsData* append_quads_data) OVERRIDE;
|
| virtual void DidDraw(ResourceProvider* resource_provider) OVERRIDE;
|
| virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| - virtual void DidLoseOutputSurface() OVERRIDE;
|
| + virtual void ReleaseResources() OVERRIDE;
|
|
|
| unsigned texture_id() const { return texture_id_; }
|
| void set_texture_id(unsigned id) { texture_id_ = id; }
|
|
|