Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Unified Diff: cc/resources/picture_pile_impl.h

Issue 12676029: cc: Fix capitalization style in chromified files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698