Chromium Code Reviews| 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(); |
|
pfeldman
2013/09/30 12:42:38
widgetScaleFactor migrating from visibleContentSca
dgozman
2013/10/01 15:26:34
Renamed this method to |widgetInputEventsScaleFact
|
| } |
| // MakePlatformMouseEvent ----------------------------------------------------- |