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

Unified Diff: cc/test/test_hooks.h

Issue 2320823003: cc/blimp: Remove Initialize and Close messages. (Closed)
Patch Set: format Created 4 years, 3 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/test/remote_proto_channel_bridge.cc ('k') | cc/trees/remote_channel_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index 056179d6d8eb1e7767fdf450c6fc95bedb8d1052..b3be213004438ff8526bd46eea1a4e98357cb496 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -112,15 +112,6 @@ class TestHooks : public AnimationDelegate {
}
virtual void RequestNewOutputSurface() = 0;
-
- // Used to notify the test to create the Remote client LayerTreeHost on
- // receiving a CompositorMessageToImpl of type INITIALIZE_IMPL.
- virtual void CreateRemoteClientHost(
- const proto::CompositorMessageToImpl& proto) {}
-
- // Used to notify the test to destroy the Remote client LayerTreeHost on
- // receiving a CompositorMessageToImpl of type CLOSE_IMPL.
- virtual void DestroyRemoteClientHost() {}
};
} // namespace cc
« no previous file with comments | « cc/test/remote_proto_channel_bridge.cc ('k') | cc/trees/remote_channel_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698