| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index fd46acc1c8a77b8207183d9d580194761612b57d..514179cbf3f0076f79f663095b02ac5a883425d8 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) {}
|
|
|