Index: cc/texture_layer.h |
diff --git a/cc/texture_layer.h b/cc/texture_layer.h |
index b77ebb09c95b3c6a1b8867744174ebc73e9b4b2c..54dd57751969f8369239af2389d605a552ff015d 100644 |
--- a/cc/texture_layer.h |
+++ b/cc/texture_layer.h |
@@ -53,6 +53,7 @@ public: |
virtual bool drawsContent() const OVERRIDE; |
virtual void update(ResourceUpdateQueue&, const OcclusionTracker*, RenderingStats&) OVERRIDE; |
virtual void pushPropertiesTo(LayerImpl*) OVERRIDE; |
+ virtual bool blocksPendingCommit() const OVERRIDE; |
protected: |
explicit TextureLayer(TextureLayerClient*); |