| Index: ui/events/blink/blink_event_util.h
|
| diff --git a/ui/events/blink/blink_event_util.h b/ui/events/blink/blink_event_util.h
|
| index 247ce4f2e6675dd6d3a5dd0ce292246fc2c8eef2..c325290c2b758b10099f0809d043b67234356090 100644
|
| --- a/ui/events/blink/blink_event_util.h
|
| +++ b/ui/events/blink/blink_event_util.h
|
| @@ -62,8 +62,16 @@ std::unique_ptr<blink::WebInputEvent> TranslateAndScaleWebInputEvent(
|
| const gfx::Vector2d& delta,
|
| float scale);
|
|
|
| -blink::WebPointerProperties::PointerType ToWebPointerType(
|
| - MotionEvent::ToolType tool_type);
|
| +blink::WebInputEvent::Type ToWebMouseEventType(MotionEvent::Action action);
|
| +
|
| +void SetWebPointerPropertiesFromMotionEventData(
|
| + blink::WebPointerProperties& webPointerProperties,
|
| + int pointer_id,
|
| + float pressure,
|
| + float orientation_rad,
|
| + float tilt_rad,
|
| + int android_buttons_changed,
|
| + int tool_type);
|
|
|
| int WebEventModifiersToEventFlags(int modifiers);
|
|
|
|
|