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

Unified Diff: cc/test/test_hooks.h

Issue 1513643010: cc:: Add remote mode to the compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Exports not needed in FakeRemoteChannel class. Created 4 years, 11 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/test/test_hooks.h
diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
index 8caec7f8f774aea41220233a0e16708ee7385bd5..912901cd615208e681142dcc9ad9e96563b3fbf5 100644
--- a/cc/test/test_hooks.h
+++ b/cc/test/test_hooks.h
@@ -12,6 +12,10 @@
namespace cc {
+namespace proto {
+class CompositorMessageToImpl;
+}
+
// Used by test stubs to notify the test when something interesting happens.
class TestHooks : public AnimationDelegate {
public:
@@ -135,6 +139,9 @@ class TestHooks : public AnimationDelegate {
int group) override {}
virtual void RequestNewOutputSurface() = 0;
+ virtual void CreateRemoteClientHost(
vmpstr 2016/01/28 22:48:27 Can you leave a comment here with intended usage?
Khushal 2016/01/29 00:08:00 Done.
+ const proto::CompositorMessageToImpl& proto) {}
+ virtual void DestroyRemoteClientHost() {}
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698