| 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 23c6d9ba60ea70beb922d163e862268c24676b23..b823c864c209c72c485665e08f5a5da87a846a61 100644
|
| --- a/cc/test/layer_tree_test_common.h
|
| +++ b/cc/test/layer_tree_test_common.h
|
| @@ -30,7 +30,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) { }
|
| @@ -82,7 +82,6 @@ public:
|
| void postAcquireLayerTextures();
|
| void postSetNeedsRedrawToMainThread();
|
| void postSetVisibleToMainThread(bool visible);
|
| - void postDidAddAnimationToMainThread();
|
|
|
| void doBeginTest();
|
| void timeout();
|
|
|