| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| index 1c616d3227a782fb383fd0f9e4438eff00d5bb12..ed1ffd697d43b82a43c5256fbfd81f78cd8d9364 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.cpp
|
| @@ -323,7 +323,7 @@ void Scrollbar::setPressedPart(ScrollbarPart part) {
|
| bool Scrollbar::gestureEvent(const WebGestureEvent& evt,
|
| bool* shouldUpdateCapture) {
|
| DCHECK(shouldUpdateCapture);
|
| - switch (evt.type) {
|
| + switch (evt.type()) {
|
| case WebInputEvent::GestureTapDown: {
|
| IntPoint position = flooredIntPoint(evt.positionInRootFrame());
|
| setPressedPart(theme().hitTest(*this, position));
|
|
|