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

Unified Diff: cc/test/remote_proto_channel_bridge.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/layer_tree_test.cc ('k') | cc/test/remote_proto_channel_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/remote_proto_channel_bridge.h
diff --git a/cc/test/remote_proto_channel_bridge.h b/cc/test/remote_proto_channel_bridge.h
index 816bd9459c71b56b0d7a5ff6f993bd42d61a35d5..4404c7d6dc9277cfcb19da40bc8cf8f0dd82f8f8 100644
--- a/cc/test/remote_proto_channel_bridge.h
+++ b/cc/test/remote_proto_channel_bridge.h
@@ -36,13 +36,9 @@ class FakeRemoteProtoChannel : public RemoteProtoChannel {
class FakeRemoteProtoChannelMain : public FakeRemoteProtoChannel {
public:
- FakeRemoteProtoChannelMain(RemoteProtoChannelBridge* bridge,
- TestHooks* test_hooks);
+ explicit FakeRemoteProtoChannelMain(RemoteProtoChannelBridge* bridge);
void SendCompositorProto(const proto::CompositorMessage& proto) override;
-
- private:
- TestHooks* test_hooks_;
};
class FakeRemoteProtoChannelImpl : public FakeRemoteProtoChannel {
@@ -54,7 +50,7 @@ class FakeRemoteProtoChannelImpl : public FakeRemoteProtoChannel {
class RemoteProtoChannelBridge {
public:
- explicit RemoteProtoChannelBridge(TestHooks* test_hooks);
+ RemoteProtoChannelBridge();
~RemoteProtoChannelBridge();
FakeRemoteProtoChannelMain channel_main;
« no previous file with comments | « cc/test/layer_tree_test.cc ('k') | cc/test/remote_proto_channel_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698