| 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
|
|
|