| 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 b6bcf44c7e1b6359a2d2f0c1aac022b808cbd1a0..1367c5d2ee56e36a712e5cdbb76f74b47e0a0f0b 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
|
| @@ -21,13 +21,18 @@ 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,
|
| - blink::WebPointerProperties::PointerType pointer_type);
|
| + int pointer_id,
|
| + float pressure,
|
| + float orientation_rad,
|
| + float tilt_rad,
|
| + int old_button_state,
|
| + int new_button_state,
|
| + int tool_type);
|
| };
|
|
|
| class WebMouseWheelEventBuilder {
|
|
|