Index: content/browser/renderer_host/input/web_input_event_util.cc |
diff --git a/content/browser/renderer_host/input/web_input_event_util.cc b/content/browser/renderer_host/input/web_input_event_util.cc |
index 0ddfc01709ed97ed2cd53d968c233de33fdd107c..de84117476eb5da321b53b7c0e6f6d1803fbfdb5 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.cc |
+++ b/content/browser/renderer_host/input/web_input_event_util.cc |
@@ -241,7 +241,7 @@ WebGestureEvent CreateWebGestureEventFromGestureEventData( |
gesture.timeStampSeconds = (data.time - base::TimeTicks()).InSecondsF(); |
gesture.sourceDevice = blink::WebGestureDeviceTouchscreen; |
- switch (data.type) { |
+ switch (data.type()) { |
case ui::ET_GESTURE_SHOW_PRESS: |
gesture.type = WebInputEvent::GestureShowPress; |
gesture.data.showPress.width = data.details.bounding_box_f().width(); |