| 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 1cadd7d0050aa48e2a5f6f32eacaf670ed9f6bf3..61505596442a6e609f92c095fc8727d9f8bdf85c 100644
|
| --- a/content/browser/renderer_host/input/web_input_event_util.h
|
| +++ b/content/browser/renderer_host/input/web_input_event_util.h
|
| @@ -22,13 +22,11 @@ CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier(
|
| blink::WebKeyboardEvent* event,
|
| ui::KeyboardCode windows_key_code);
|
|
|
| -// Creates a WebTouchEvent from |event|, scaling all size components from
|
| -// |event| by |scale|.
|
| +// Creates a WebTouchEvent from |event|.
|
| CONTENT_EXPORT blink::WebTouchEvent CreateWebTouchEventFromMotionEvent(
|
| - const ui::MotionEvent& event);
|
| + const ui::MotionEvent& event, bool may_cause_scrolling);
|
|
|
| -// Creates a WebGestureEvent from |event|, scaling all size components from
|
| -// |event| by |scale|.
|
| +// Creates a WebGestureEvent from |event|.
|
| CONTENT_EXPORT blink::WebGestureEvent CreateWebGestureEventFromGestureEventData(
|
| const ui::GestureEventData& data);
|
|
|
|
|