| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index c1dfe8ec541f9faba530f229e595a430ce4e774f..9699332e446d74301c5384f741702c2fd6febcab 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -119,7 +119,10 @@ public:
|
| void windowActiveChangedForSnowLeopardOnly();
|
| bool isWindowActive() const;
|
|
|
| - bool gestureEvent(const PlatformGestureEvent&);
|
| + // Return if the gesture event was handled. |shouldUpdateCapture|
|
| + // will be set to true if the handler should update the capture
|
| + // state for this scrollbar.
|
| + bool gestureEvent(const PlatformGestureEvent&, bool* shouldUpdateCapture);
|
|
|
| // These methods are used for platform scrollbars to give :hover feedback. They will not get called
|
| // when the mouse went down in a scrollbar, since it is assumed the scrollbar will start
|
|
|