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

Unified Diff: cc/trees/tree_synchronizer.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/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/tree_synchronizer.cc
diff --git a/cc/trees/tree_synchronizer.cc b/cc/trees/tree_synchronizer.cc
index 5bbfca62b4b837aebcaaf537aabe76ca26ffa697..130d404bf1c85f58481b2b5f4282e854a4cd7aaf 100644
--- a/cc/trees/tree_synchronizer.cc
+++ b/cc/trees/tree_synchronizer.cc
@@ -148,7 +148,7 @@ void UpdateScrollbarLayerPointersRecursiveInternal(
}
ScrollbarLayerType* scrollbar_layer = layer->ToScrollbarLayer();
- // Pinch-zoom scrollbars will have an invalid scrollLayerId, but they are
+ // Pinch-zoom scrollbars will have an invalid scroll_layer_id, but they are
// managed by LayerTreeImpl and not LayerImpl, so should not be
// processed here.
if (!scrollbar_layer || (scrollbar_layer->scroll_layer_id() ==
« no previous file with comments | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698