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

Unified Diff: cc/trees/proxy.h

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/proxy.h
diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h
index b40bb2f93e4cb442e01f5098555ceedad0753994..93f1cdb3ae4740688db8f338ee08fa1d446728c2 100644
--- a/cc/trees/proxy.h
+++ b/cc/trees/proxy.h
@@ -64,10 +64,6 @@ class CC_EXPORT Proxy {
virtual void ReleaseOutputSurface() = 0;
- // Indicates that the compositing surface associated with our context is
- // ready to use.
- virtual void SetLayerTreeHostClientReady() = 0;
-
virtual void SetVisible(bool visible) = 0;
virtual void SetThrottleFrameProduction(bool throttle) = 0;

Powered by Google App Engine
This is Rietveld 408576698