Chromium Code Reviews| 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 |