| 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..3f2d4851ab5137b0f01c4145ec293cf42ff78854 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
|
| @@ -23,7 +23,8 @@ class WebMouseEventBuilder {
|
| int window_x,
|
| int window_y,
|
| int modifiers,
|
| - int click_count);
|
| + int click_count,
|
| + blink::WebPointerProperties::PointerType pointer_type);
|
| };
|
|
|
| class WebMouseWheelEventBuilder {
|
|
|