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

Unified Diff: cc/layers/layer.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
« no previous file with comments | « cc/layers/io_surface_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index c0c34cc4b74cbe21f2cb6b5da997e9001c41fe44..2e72e63949ebe94e98ebaf9f934131de608366e3 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -279,9 +279,9 @@ class CC_EXPORT Layer : public base::RefCounted<Layer>,
void ClearRenderSurface() { draw_properties_.render_surface.reset(); }
void CreateRenderSurface();
- // The contentsScale converts from logical, non-page-scaled pixels to target
- // pixels. The contentsScale is 1 for the root layer as it is already in
- // physical pixels. By default contentsScale is forced to be 1 except for
+ // The contents scale converts from logical, non-page-scaled pixels to target
+ // pixels. The contents scale is 1 for the root layer as it is already in
+ // physical pixels. By default contents scale is forced to be 1 except for
// subclasses of ContentsScalingLayer.
float contents_scale_x() const { return draw_properties_.contents_scale_x; }
float contents_scale_y() const { return draw_properties_.contents_scale_y; }
« no previous file with comments | « cc/layers/io_surface_layer_impl.cc ('k') | cc/layers/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698