Index: cc/trees/thread_proxy.cc |
diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc |
index db69b8203def40e71e3bf89575907a0be09da1ee..167cca9792f8b3036a9ee70803b2fe077dcda3d4 100644 |
--- a/cc/trees/thread_proxy.cc |
+++ b/cc/trees/thread_proxy.cc |
@@ -153,6 +153,12 @@ bool ThreadProxy::IsStarted() const { |
return main().started; |
} |
+bool ThreadProxy::CommitToActiveTree() const { |
+ // With ThreadProxy we use a pending tree and activate it once it's ready to |
+ // draw. |
+ return false; |
+} |
+ |
void ThreadProxy::SetLayerTreeHostClientReady() { |
TRACE_EVENT0("cc", "ThreadProxy::SetLayerTreeHostClientReady"); |
Proxy::ImplThreadTaskRunner()->PostTask( |