| 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 2e04acc43cfb987ff6e83ea96bbe64baedaf155e..453dc263ba688810c3d90efa9a717d3974605e8b 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -600,7 +600,7 @@ class LayerTreeHostAnimationTestRunAnimationWhenNotCanDraw
|
| }
|
|
|
| virtual void BeginTest() OVERRIDE {
|
| - layer_tree_host()->SetViewportSize(gfx::Size(), gfx::Size());
|
| + layer_tree_host()->SetViewportSize(gfx::Size());
|
| PostAddAnimationToMainThread(content_);
|
| }
|
|
|
|
|