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

Unified Diff: cc/trees/channel_main.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/tiles/tile_manager_unittest.cc ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/channel_main.h
diff --git a/cc/trees/channel_main.h b/cc/trees/channel_main.h
index 964d1aa5db913b3f1391f36e78807bf345bad37d..c4cdcc632d8a2be06133c95882afa4b162ed7405 100644
--- a/cc/trees/channel_main.h
+++ b/cc/trees/channel_main.h
@@ -23,7 +23,6 @@ class CC_EXPORT ChannelMain {
public:
// Interface for commands sent to the ProxyImpl
virtual void SetThrottleFrameProductionOnImpl(bool throttle) = 0;
- virtual void SetLayerTreeHostClientReadyOnImpl() = 0;
virtual ~ChannelMain() {}
};
« no previous file with comments | « cc/tiles/tile_manager_unittest.cc ('k') | cc/trees/layer_tree_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698