| Index: content/browser/renderer_host/input/web_input_event_util.h
|
| diff --git a/content/browser/renderer_host/input/web_input_event_util.h b/content/browser/renderer_host/input/web_input_event_util.h
|
| index 4143a1cbce4ebff2b8d29930ee458a3bb8bf9afc..591613029771ed5907e3a1ccf9fe8f60876c7190 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.h
|
| @@ -27,6 +27,11 @@ CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier(
|
| CONTENT_EXPORT blink::WebTouchEvent CreateWebTouchEventFromMotionEvent(
|
| const ui::MotionEvent& event);
|
|
|
| +// Creates a WebMouseEvent from |event|, scaling all size components from
|
| +// |event| by |scale|.
|
| +CONTENT_EXPORT blink::WebMouseEvent CreateWebMouseEventFromMotionEvent(
|
| + const ui::MotionEvent& event);
|
| +
|
| // Creates a WebGestureEvent from |event|, scaling all size components from
|
| // |event| by |scale|.
|
| CONTENT_EXPORT blink::WebGestureEvent CreateWebGestureEventFromGestureEventData(
|
|
|