Index: cc/test/layer_tree_test.h |
diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h |
index 09ef1e51176b5330bb6ed6091dc670c091a86c17..2269e4514d54aaa1fef96a22a0b6e04d679f6535 100644 |
--- a/cc/test/layer_tree_test.h |
+++ b/cc/test/layer_tree_test.h |
@@ -52,6 +52,8 @@ class TestHooks : public AnimationDelegate { |
virtual void SwapBuffersOnThread(LayerTreeHostImpl* host_impl, bool result) {} |
virtual void SwapBuffersCompleteOnThread(LayerTreeHostImpl* host_impl) {} |
virtual void UpdateVisibleTilesOnThread(LayerTreeHostImpl* host_impl) {} |
+ virtual void NotifyTileStateChangedOnThread(LayerTreeHostImpl* host_impl, |
+ const Tile* tile) {} |
virtual void AnimateLayers(LayerTreeHostImpl* host_impl, |
base::TimeTicks monotonic_time) {} |
virtual void UpdateAnimationState(LayerTreeHostImpl* host_impl, |