Index: cc/trees/single_thread_proxy.cc |
diff --git a/cc/trees/single_thread_proxy.cc b/cc/trees/single_thread_proxy.cc |
index 49f614c522086a4a83f42f500c59d9df5f066da5..1742582a93e245bd47750e00fd63bb04bba1d44b 100644 |
--- a/cc/trees/single_thread_proxy.cc |
+++ b/cc/trees/single_thread_proxy.cc |
@@ -108,18 +108,6 @@ bool SingleThreadProxy::CommitToActiveTree() const { |
return true; |
} |
-void SingleThreadProxy::SetLayerTreeHostClientReady() { |
- TRACE_EVENT0("cc", "SingleThreadProxy::SetLayerTreeHostClientReady"); |
- // Scheduling is controlled by the embedder in the single thread case, so |
- // nothing to do. |
- DCHECK(Proxy::IsMainThread()); |
- DebugScopedSetImplThread impl(this); |
- if (scheduler_on_impl_thread_) { |
- scheduler_on_impl_thread_->SetCanStart(); |
- scheduler_on_impl_thread_->SetVisible(layer_tree_host_impl_->visible()); |
- } |
-} |
- |
void SingleThreadProxy::SetVisible(bool visible) { |
TRACE_EVENT1("cc", "SingleThreadProxy::SetVisible", "visible", visible); |
DebugScopedSetImplThread impl(this); |