Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index 3191e5b7ab21a8064e7f868f39a87b66ad1a4796..5573a2690c8c9af66cecd04d56a406a7c60f267d 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) {} |