Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index 02a94bc2dab7f349eae3d3d59b997d9e1db985e9..539effeda7a9588414adeea6061c67e3c79e199d 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. |