Index: content/browser/renderer_host/input/web_input_event_builders_android.h |
diff --git a/content/browser/renderer_host/input/web_input_event_builders_android.h b/content/browser/renderer_host/input/web_input_event_builders_android.h |
index 5ade65a3cbf7b831bfee611f1f6a0f2d8053114f..50063cf33ff7e9cd2b097e06caa8121b1aab0ddb 100644 |
--- a/content/browser/renderer_host/input/web_input_event_builders_android.h |
+++ b/content/browser/renderer_host/input/web_input_event_builders_android.h |
@@ -17,13 +17,15 @@ namespace content { |
class WebMouseEventBuilder { |
public: |
- static blink::WebMouseEvent Build(blink::WebInputEvent::Type type, |
- blink::WebMouseEvent::Button button, |
- double time_sec, |
- int window_x, |
- int window_y, |
- int modifiers, |
- int click_count); |
+ static blink::WebMouseEvent Build( |
+ blink::WebInputEvent::Type type, |
+ blink::WebMouseEvent::Button button, |
+ double time_sec, |
+ int window_x, |
+ int window_y, |
+ int modifiers, |
+ int click_count, |
+ blink::WebPointerProperties::PointerType pointer_type); |
}; |
class WebMouseWheelEventBuilder { |