| 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 3ae72a2a9151806b4821fed543a1e74cdf55fc33..0657771521195fa4ea82446b9bfcfc3bf9ffddb6 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(scale)); | 
| +    last_append_quads_tilings_.push_back( | 
| +        AddTiling(ScaleTranslate2d(scale, gfx::Vector2dF()))); | 
| } | 
|  | 
| float raster_page_scale() const { return raster_page_scale_; } | 
|  |