| 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 6860d705acdd90cc4ba22677e3a40bf78885f938..8dded19c133d81aad2b6684e54c4e2c2967ff579 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
|
| @@ -18,19 +18,18 @@ namespace content {
|
|
|
| class WebMouseEventBuilder {
|
| public:
|
| - static blink::WebMouseEvent Build(
|
| - blink::WebInputEvent::Type type,
|
| - double time_sec,
|
| - int window_x,
|
| - int window_y,
|
| - int modifiers,
|
| - int click_count,
|
| - int pointer_id,
|
| - float pressure,
|
| - float orientation_rad,
|
| - float tilt_rad,
|
| - int changed_button,
|
| - int tool_type);
|
| + static blink::WebMouseEvent Build(blink::WebInputEvent::Type type,
|
| + double time_sec,
|
| + int window_x,
|
| + int window_y,
|
| + int modifiers,
|
| + int click_count,
|
| + int pointer_id,
|
| + float pressure,
|
| + float orientation_rad,
|
| + float tilt_rad,
|
| + int action_button,
|
| + int tool_type);
|
| };
|
|
|
| class WebMouseWheelEventBuilder {
|
|
|