| Index: Source/web/WebInputEventConversion.cpp
|
| diff --git a/Source/web/WebInputEventConversion.cpp b/Source/web/WebInputEventConversion.cpp
|
| index 1c7669eef06d91a45958867eee378c565c05b7ac..c84b1f9dcb8b8d5e7f6cdc45611391fc6177dd46 100644
|
| --- a/Source/web/WebInputEventConversion.cpp
|
| +++ b/Source/web/WebInputEventConversion.cpp
|
| @@ -63,7 +63,7 @@ static float widgetScaleFactor(const Widget* widget)
|
| if (!rootView)
|
| return 1;
|
|
|
| - return rootView->visibleContentScaleFactor();
|
| + return rootView->inputEventsScaleFactor();
|
| }
|
|
|
| // MakePlatformMouseEvent -----------------------------------------------------
|
|
|