| Index: cc/trees/thread_proxy.cc
|
| diff --git a/cc/trees/thread_proxy.cc b/cc/trees/thread_proxy.cc
|
| index ca6eb73d5cd6c48dc6ba74b1e84ed88d5a1752bd..4a50d3480dccb4e932f575c796e4bbda59738c4b 100644
|
| --- a/cc/trees/thread_proxy.cc
|
| +++ b/cc/trees/thread_proxy.cc
|
| @@ -158,16 +158,6 @@ bool ThreadProxy::CommitToActiveTree() const {
|
| return false;
|
| }
|
|
|
| -void ThreadProxy::SetLayerTreeHostClientReady() {
|
| - TRACE_EVENT0("cc", "ThreadProxy::SetLayerTreeHostClientReady");
|
| - main().channel_main->SetLayerTreeHostClientReadyOnImpl();
|
| -}
|
| -
|
| -void ThreadProxy::SetLayerTreeHostClientReadyOnImpl() {
|
| - TRACE_EVENT0("cc", "ThreadProxy::SetLayerTreeHostClientReadyOnImplThread");
|
| - impl().scheduler->SetCanStart();
|
| -}
|
| -
|
| void ThreadProxy::SetVisible(bool visible) {
|
| TRACE_EVENT1("cc", "ThreadProxy::SetVisible", "visible", visible);
|
| DebugScopedSetMainThreadBlocked main_thread_blocked(this);
|
|
|