| Index: cc/test/test_hooks.h
|
| diff --git a/cc/test/test_hooks.h b/cc/test/test_hooks.h
|
| index d54bbccb5850cf970ec889ca89086911779ca135..310213779d349eca788a85c13df61d4793c539e9 100644
|
| --- a/cc/test/test_hooks.h
|
| +++ b/cc/test/test_hooks.h
|
| @@ -28,6 +28,7 @@ class TestHooks : public AnimationDelegate {
|
| virtual void WillBeginImplFrameOnThread(LayerTreeHostImpl* host_impl,
|
| const BeginFrameArgs& args) {}
|
| virtual void DidFinishImplFrameOnThread(LayerTreeHostImpl* host_impl) {}
|
| + virtual void DidSendBeginMainFrameOnThread(LayerTreeHostImpl* host_impl) {}
|
| virtual void BeginMainFrameAbortedOnThread(LayerTreeHostImpl* host_impl,
|
| CommitEarlyOutReason reason) {}
|
| virtual void ReadyToCommitOnThread(LayerTreeHostImpl* host_impl) {}
|
| @@ -58,6 +59,8 @@ class TestHooks : public AnimationDelegate {
|
| bool has_unfinished_animation) {}
|
| virtual void WillAnimateLayers(LayerTreeHostImpl* host_impl,
|
| base::TimeTicks monotonic_time) {}
|
| + virtual void DidInvalidateContentOnImplSide(LayerTreeHostImpl* host_impl) {}
|
| + virtual void DidRequestImplSideInvalidation(LayerTreeHostImpl* host_impl) {}
|
|
|
| // Asynchronous compositor thread hooks.
|
| // These are called asynchronously from the LayerTreeHostImpl performing its
|
|
|