| Index: chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder_x11.cc b/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| index db7a4cc2527594ac7c3a0dbe90b236fde942d06d..18c9c025b5f94dd9a5ff2daf1fb9e9210a987839 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| +++ b/chrome/browser/ui/views/tabs/window_finder_x11.cc
|
| @@ -16,7 +16,7 @@ float GetDeviceScaleFactor() {
|
| }
|
|
|
| gfx::Point DIPToPixelPoint(const gfx::Point& dip_point) {
|
| - return ToFlooredPoint(gfx::ScalePoint(dip_point, GetDeviceScaleFactor()));
|
| + return gfx::ScaleToFlooredPoint(dip_point, GetDeviceScaleFactor());
|
| }
|
|
|
| } // anonymous namespace
|
|
|