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 f3d3c46724f2e03d10f510e009d6897884618ca6..4143a1cbce4ebff2b8d29930ee458a3bb8bf9afc 100644 |
--- a/content/browser/renderer_host/input/web_input_event_util.h |
+++ b/content/browser/renderer_host/input/web_input_event_util.h |
@@ -25,14 +25,12 @@ CONTENT_EXPORT void UpdateWindowsKeyCodeAndKeyIdentifier( |
// Creates a WebTouchEvent from |event|, scaling all size components from |
// |event| by |scale|. |
CONTENT_EXPORT blink::WebTouchEvent CreateWebTouchEventFromMotionEvent( |
- const ui::MotionEvent& event, |
- float scale); |
+ const ui::MotionEvent& event); |
// Creates a WebGestureEvent from |event|, scaling all size components from |
// |event| by |scale|. |
CONTENT_EXPORT blink::WebGestureEvent CreateWebGestureEventFromGestureEventData( |
- const ui::GestureEventData& data, |
- float scale); |
+ const ui::GestureEventData& data); |
} // namespace content |