| Index: trunk/src/cc/layers/texture_layer.h
|
| ===================================================================
|
| --- trunk/src/cc/layers/texture_layer.h (revision 220454)
|
| +++ trunk/src/cc/layers/texture_layer.h (working copy)
|
| @@ -120,7 +120,6 @@
|
| 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.
|
| @@ -137,6 +136,7 @@
|
| 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;
|
|
|
|
|