| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index ac35a653ae06655f06773d65099a2d72b5b736df..d81cf38e035a6708ab15eba04e180602cff7aa4e 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -131,6 +131,7 @@ class LayerTreeTest : public testing::Test, public TestHooks {
|
| virtual void InitializeSettings(LayerTreeSettings* settings) {}
|
|
|
| virtual void ScheduleComposite() OVERRIDE;
|
| + virtual void ScheduleAnimation() OVERRIDE;
|
|
|
| void RealEndTest();
|
|
|
|
|