Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index 206af66d7edff08522d3d35d89732a71eca6b35a..4a05dae192243c0b7df11c07ee504e59ad6a889d 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -56,6 +56,7 @@ class CC_EXPORT Proxy { |
| virtual void FinishAllRendering() = 0; |
| virtual bool IsStarted() const = 0; |
| + virtual bool CommitToActiveTree() const = 0; |
| // Will call LayerTreeHost::OnCreateAndInitializeOutputSurfaceAttempted |
| // with the result of this function. |