| Index: ui/base/x/x11_util.cc
|
| diff --git a/ui/base/x/x11_util.cc b/ui/base/x/x11_util.cc
|
| index 0c4dc04af146f2ace0f45166adc0b4dfa4aded32..d6c9fd8e7d815a8d02d3635bf6b7c6971245b71e 100644
|
| --- a/ui/base/x/x11_util.cc
|
| +++ b/ui/base/x/x11_util.cc
|
| @@ -471,7 +471,7 @@ XcursorImage* SkBitmapToXcursorImage(const SkBitmap* cursor_image,
|
| skia::ImageOperations::RESIZE_BETTER,
|
| static_cast<int>(cursor_image->width() * scale),
|
| static_cast<int>(cursor_image->height() * scale));
|
| - hotspot_point = gfx::ToFlooredPoint(hotspot.Scale(scale));
|
| + hotspot_point = gfx::ToFlooredPoint(gfx::ScalePoint(hotspot, scale));
|
| needs_scale = true;
|
| }
|
|
|
|
|