| 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 3688c7193d38593933609b6a28909e6c4eb4655c..2a6f073f8ee0b15eea4428266936202e6274cebb 100644
|
| --- a/cc/test/layer_tree_test_common.h
|
| +++ b/cc/test/layer_tree_test_common.h
|
| @@ -76,7 +76,7 @@ public:
|
| void endTestAfterDelay(int delayMilliseconds);
|
|
|
| void postSetNeedsAnimateToMainThread();
|
| - void postAddAnimationToMainThread();
|
| + void postAddAnimationToMainThread(cc::Layer*);
|
| void postAddInstantAnimationToMainThread();
|
| void postSetNeedsCommitToMainThread();
|
| void postAcquireLayerTextures();
|
| @@ -103,7 +103,7 @@ protected:
|
|
|
| void dispatchSetNeedsAnimate();
|
| void dispatchAddInstantAnimation();
|
| - void dispatchAddAnimation();
|
| + void dispatchAddAnimation(cc::Layer*);
|
| void dispatchSetNeedsAnimateAndCommit();
|
| void dispatchSetNeedsCommit();
|
| void dispatchAcquireLayerTextures();
|
|
|