| 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 aa577f1ca763ea6e69c898509b17a8c754ba611c..87c52aaafbec1c423ec0ca57f4c763cc93c08d43 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -39,10 +39,10 @@ namespace blink {
|
| class GraphicsContext;
|
| class HostWindow;
|
| class IntRect;
|
| -class PlatformGestureEvent;
|
| class PlatformMouseEvent;
|
| class ScrollableArea;
|
| class ScrollbarTheme;
|
| +class WebGestureEvent;
|
|
|
| class PLATFORM_EXPORT Scrollbar : public Widget,
|
| public ScrollbarThemeClient,
|
| @@ -135,7 +135,7 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
|
| // 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);
|
| + bool gestureEvent(const WebGestureEvent&, 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
|
|
|