Index: cc/layer_tree_host.h |
diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
index c80e79d019e081e833e2f999b83c401e33828c81..89c63708011bc1b731d7ac3f1fd844590638c8f5 100644 |
--- a/cc/layer_tree_host.h |
+++ b/cc/layer_tree_host.h |
@@ -142,6 +142,11 @@ public: |
void finishAllRendering(); |
+ void setDeferCommits(bool deferCommits); |
+ |
+ // Test only hook |
+ virtual void didDeferCommit(); |
+ |
int commitNumber() const { return m_commitNumber; } |
void renderingStats(RenderingStats*) const; |