Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(379)

Unified Diff: cc/trees/thread_proxy.cc

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698