| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index 742c00cb2cb61e5455676af2a86bb4f5b9bd8ebe..de3c34d405cf475b6dc2bd60e346873fd04e23b4 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -761,7 +761,7 @@ class LayerTreeHostAnimationTestCheckerboardDoesntStartAnimations
|
| virtual void DidCommitAndDrawFrame() OVERRIDE {
|
| switch (layer_tree_host()->commit_number()) {
|
| case 1:
|
| - // The animation is longer than 1 vsync.
|
| + // The animation is longer than 1 BeginFrame interval.
|
| AddOpacityTransitionToLayer(content_, 0.1, 0.2f, 0.8f, false);
|
| added_animations_++;
|
| break;
|
|
|