| Index: cc/test/layer_tree_test_common.h
|
| diff --git a/cc/test/layer_tree_test_common.h b/cc/test/layer_tree_test_common.h
|
| index ee8681829dc652b230bbe5e6dbb8afd97afdb621..bdaac44b2b876b5c6c7a2d1fb81667e24dfa6866 100644
|
| --- a/cc/test/layer_tree_test_common.h
|
| +++ b/cc/test/layer_tree_test_common.h
|
| @@ -28,7 +28,7 @@ public:
|
| virtual void commitCompleteOnThread(LayerTreeHostImpl*) { }
|
| virtual bool prepareToDrawOnThread(LayerTreeHostImpl*);
|
| virtual void drawLayersOnThread(LayerTreeHostImpl*) { }
|
| - virtual void animateLayers(LayerTreeHostImpl*, base::TimeTicks monotonicTime) { }
|
| + virtual void animateLayers(LayerTreeHostImpl*, base::TimeTicks monotonicTime, bool hasUnfinishedAnimation) { }
|
| virtual void willAnimateLayers(LayerTreeHostImpl*, base::TimeTicks monotonicTime) { }
|
| virtual void applyScrollAndScale(gfx::Vector2d, float) { }
|
| virtual void animate(base::TimeTicks monotonicTime) { }
|
| @@ -81,7 +81,6 @@ public:
|
| void postAcquireLayerTextures();
|
| void postSetNeedsRedrawToMainThread();
|
| void postSetVisibleToMainThread(bool visible);
|
| - void postDidAddAnimationToMainThread();
|
|
|
| void doBeginTest();
|
| void timeout();
|
|
|