Chromium Code Reviews| Index: cc/layer_tree_host.h |
| diff --git a/cc/layer_tree_host.h b/cc/layer_tree_host.h |
| index 1f589525ba007a67e3f70bf5a00ce7e617d44cca..6cc1e6a2d953392ea396bc21859ef2a3191bc118 100644 |
| --- a/cc/layer_tree_host.h |
| +++ b/cc/layer_tree_host.h |
| @@ -142,6 +142,9 @@ public: |
| void finishAllRendering(); |
| + void setDeferCommits(bool deferCommits); |
| + bool deferCommits() const; |
|
jamesr
2012/10/23 21:24:34
I don't think you need a getter - nobody calls it
jonathan.backer
2012/10/24 16:42:14
Done.
|
| + |
| int commitNumber() const { return m_commitNumber; } |
| void renderingStats(RenderingStats*) const; |