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

Unified Diff: cc/input/input_handler.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/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index 04973d5e06a7fe0f6a3293df9ddee7a48431ed76..6f9aedd93accfd6f102e5a07a839c661c845a21a 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -40,7 +40,7 @@ class CC_EXPORT InputHandlerClient {
ScrollInputType type) = 0;
// Scroll the selected layer starting at the given position. If the scroll
- // type given to scrollBegin was a gesture, then the scroll point and delta
+ // type given to ScrollBegin was a gesture, then the scroll point and delta
// should be in viewport (logical pixel) coordinates. Otherwise they are in
// scrolling layer's (logical pixel) space. If there is no room to move the
// layer in the requested direction, its first ancestor layer that can be

Powered by Google App Engine
This is Rietveld 408576698