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

Unified Diff: cc/layers/layer_iterator.cc

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/layer_impl_unittest.cc ('k') | cc/layers/layer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_iterator.cc
diff --git a/cc/layers/layer_iterator.cc b/cc/layers/layer_iterator.cc
index 02634bda5c7f62000335541676225a094dad56bf..5891168559a63470bbc867d811b475504e5e4135 100644
--- a/cc/layers/layer_iterator.cc
+++ b/cc/layers/layer_iterator.cc
@@ -44,7 +44,7 @@ void LayerIteratorActions::BackToFront::Next(
// If the current layer has a RS, move to its layer list. Otherwise,
// visit the next layer in the current RS layer list.
if (it->current_layer_represents_contributing_render_surface()) {
- // Save our position in the childLayer list for the RenderSurface,
+ // Save our position in the child_layers list for the RenderSurface,
// then jump to the next RenderSurface. Save where we
// came from in the next RenderSurface so we can get back to it.
it->target_render_surface()->current_layer_index_history_ =
« no previous file with comments | « cc/layers/layer_impl_unittest.cc ('k') | cc/layers/layer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698