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

Unified Diff: cc/trees/proxy.h

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
Patch Set: sky's offline comment 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
« no previous file with comments | « cc/trees/occlusion_tracker_perftest.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « cc/trees/occlusion_tracker_perftest.cc ('k') | cc/trees/proxy_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698