| Index: cc/resources/picture_pile_impl.h
|
| diff --git a/cc/resources/picture_pile_impl.h b/cc/resources/picture_pile_impl.h
|
| index d5588e695e929317940661870ecea3ba07fff4c2..f93b836434423cc36897814dc859932b2858398e 100644
|
| --- a/cc/resources/picture_pile_impl.h
|
| +++ b/cc/resources/picture_pile_impl.h
|
| @@ -28,7 +28,7 @@ class CC_EXPORT PicturePileImpl : public PicturePileBase {
|
|
|
| // Raster a subrect of this PicturePileImpl into the given canvas.
|
| // It's only safe to call paint on a cloned version.
|
| - // It is assumed that contentsScale has already been applied to this canvas.
|
| + // It is assumed that contents_scale has already been applied to this canvas.
|
| void Raster(
|
| SkCanvas* canvas,
|
| gfx::Rect canvas_rect,
|
|
|