| Index: cc/test/layer_tree_test.h
|
| diff --git a/cc/test/layer_tree_test.h b/cc/test/layer_tree_test.h
|
| index c2b18b15815f0947cc4cdb0c5059c8a35792b188..d6ae745f56a7b9e1fd48e1a29cc3c3cfd73348aa 100644
|
| --- a/cc/test/layer_tree_test.h
|
| +++ b/cc/test/layer_tree_test.h
|
| @@ -98,6 +98,7 @@ class TestHooks : public AnimationDelegate {
|
| virtual void ScheduledActionCommit() {}
|
| virtual void ScheduledActionBeginOutputSurfaceCreation() {}
|
| virtual void ScheduledActionPrepareTiles() {}
|
| + virtual void ScheduledActionInvalidateOutputSurface() {}
|
|
|
| // Implementation of AnimationDelegate:
|
| void NotifyAnimationStarted(base::TimeTicks monotonic_time,
|
|
|