| Index: cc/test/test_hooks.h
|
| diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
|
| index fd45cbcd09f1b82bfe04b6a7d9e9070dd3ee61c3..3e669a04b9afd25b8ad1b59b26b083d424fd38ad 100644
|
| --- a/cc/test/test_hooks.h
|
| +++ b/cc/test/test_hooks.h
|
| @@ -123,6 +123,10 @@ class TestHooks : public AnimationDelegate {
|
| virtual void ReceivedPostFrameTimingEventsOnMain() {}
|
| virtual void ReceivedBeginMainFrame() {}
|
|
|
| + // Hooks for RemoteChannelHostClient
|
| + virtual void OverrideLayerTreeSettings(LayerTreeSettings* settings) {}
|
| + virtual void DidShutdown() = 0;
|
| +
|
| // Implementation of AnimationDelegate:
|
| void NotifyAnimationStarted(base::TimeTicks monotonic_time,
|
| Animation::TargetProperty target_property,
|
|
|