| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index 4e4f9510d2e67b4fb55495221d728b4dfc8cc9af..50dce0b6b0532e22576eab1372d5837bcddc813e 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -31,6 +31,8 @@ class TestHooks : public AnimationDelegate {
|
|
|
| void ReadSettings(const LayerTreeSettings& settings);
|
|
|
| + virtual void WillBeginFrameOnThread(LayerTreeHostImpl* host_impl,
|
| + const BeginFrameArgs &args) {}
|
| virtual void BeginCommitOnThread(LayerTreeHostImpl* host_impl) {}
|
| virtual void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) {}
|
| virtual void WillActivateTreeOnThread(LayerTreeHostImpl* host_impl) {}
|
|
|