| 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 ddc4a027053f3dd58c856db3646b138ba31d0b58..656c23375cb43439209d0b74e701517a9f734cd4 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
|
| @@ -60,7 +60,7 @@ class WebGestureEventBuilder {
|
| class WebTouchEventBuilder {
|
| public:
|
| static blink::WebTouchEvent Build(const MotionEventAndroid& event,
|
| - float device_scale_factor);
|
| + float scale);
|
| };
|
|
|
| } // namespace content
|
|
|