| Index: cc/layers/picture_layer_impl_unittest.cc
|
| diff --git a/cc/layers/picture_layer_impl_unittest.cc b/cc/layers/picture_layer_impl_unittest.cc
|
| index 70face09ca7790c622e8c82dd4ac278ce3295291..d6496371043d169f92a9ba25dfcde1d0e94743b3 100644
|
| --- a/cc/layers/picture_layer_impl_unittest.cc
|
| +++ b/cc/layers/picture_layer_impl_unittest.cc
|
| @@ -270,7 +270,7 @@ class PictureLayerImplTest : public TestLayerTreeHostBase {
|
| void SetInitialDeviceScaleFactor(float device_scale_factor) {
|
| // Device scale factor is a per-tree property. However, tests can't directly
|
| // set the pending tree's device scale factor before the pending tree is
|
| - // created, and setting it after SetupPendingTreeis too late, since
|
| + // created, and setting it after SetupPendingTree is too late, since
|
| // draw properties will already have been updated on the tree. To handle
|
| // this, we initially set only the active tree's device scale factor, and we
|
| // copy this over to the pending tree inside SetupPendingTree.
|
|
|