| Index: cc/layers/texture_layer.h
|
| diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h
|
| index 9e63b6825ebae9b177726f5c14fb932a75b64fdb..0a90fd38e4713a41b656e11dbc5f3475718abd11 100644
|
| --- a/cc/layers/texture_layer.h
|
| +++ b/cc/layers/texture_layer.h
|
| @@ -67,6 +67,7 @@ class CC_EXPORT TextureLayer : public Layer {
|
| void SetRateLimitContext(bool rate_limit);
|
|
|
| // Code path for plugins which supply their own texture ID.
|
| + // DEPRECATED. DO NOT USE.
|
| void SetTextureId(unsigned texture_id);
|
|
|
| // Code path for plugins which supply their own mailbox.
|
| @@ -83,7 +84,6 @@ class CC_EXPORT TextureLayer : public Layer {
|
| const OcclusionTracker* occlusion) OVERRIDE;
|
| virtual void PushPropertiesTo(LayerImpl* layer) OVERRIDE;
|
| virtual Region VisibleContentOpaqueRegion() const OVERRIDE;
|
| - virtual bool BlocksPendingCommit() const OVERRIDE;
|
|
|
| virtual bool CanClipSelf() const OVERRIDE;
|
|
|
|
|