| Index: cc/test/fake_picture_layer_impl.h
|
| diff --git a/cc/test/fake_picture_layer_impl.h b/cc/test/fake_picture_layer_impl.h
|
| index 610d266c46c671b81e9aba3da6b2f1071f8b8bed..1adbe4f9757c5f45e4779d7cbb4d348ef0941e01 100644
|
| --- a/cc/test/fake_picture_layer_impl.h
|
| +++ b/cc/test/fake_picture_layer_impl.h
|
| @@ -97,7 +97,8 @@ class FakePictureLayerImpl : public PictureLayerImpl {
|
| using PictureLayerImpl::MaximumTilingContentsScale;
|
|
|
| void AddTilingUntilNextDraw(float scale) {
|
| - last_append_quads_tilings_.push_back(AddTiling(ScaleTranslate2d(scale, gfx::Vector2dF())));
|
| + last_append_quads_tilings_.push_back(
|
| + AddTiling(ScaleTranslate2d(scale, gfx::Vector2dF())));
|
| }
|
|
|
| float raster_page_scale() const { return raster_page_scale_; }
|
|
|