| 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 61ac6bb99b8dd4d47431757071940e6e5532e8dc..ab4824fa2531e76550e5322019c922608622c6aa 100644
|
| --- a/cc/layers/picture_layer_impl_unittest.cc
|
| +++ b/cc/layers/picture_layer_impl_unittest.cc
|
| @@ -268,7 +268,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.
|
|
|