| Index: third_party/WebKit/Source/core/input/ScrollManager.h
|
| diff --git a/third_party/WebKit/Source/core/input/ScrollManager.h b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| index ae0884db23f7141c0cd1bfb7746c2eb7da74f2e8..6d626342fa81b84aa867ece66b3cbd7159ced59f 100644
|
| --- a/third_party/WebKit/Source/core/input/ScrollManager.h
|
| +++ b/third_party/WebKit/Source/core/input/ScrollManager.h
|
| @@ -74,7 +74,8 @@ class CORE_EXPORT ScrollManager
|
| // TODO(crbug.com/616491): Consider moving all gesture related functions to
|
| // another class.
|
|
|
| - // Handle the provided scroll gesture event, propagating down to child frames as necessary.
|
| + // Handle the provided scroll gesture event, propagating down to child frames
|
| + // as necessary.
|
| WebInputEventResult handleGestureScrollEvent(const PlatformGestureEvent&);
|
|
|
| WebInputEventResult handleGestureScrollEnd(const PlatformGestureEvent&);
|
|
|