| Index: components/exo/pointer.cc
|
| diff --git a/components/exo/pointer.cc b/components/exo/pointer.cc
|
| index 35d1e77dfdd2999d9a937e08892cdd30a96665e2..e650b4f4ffe35b7732e406cdf59a315515d966a9 100644
|
| --- a/components/exo/pointer.cc
|
| +++ b/components/exo/pointer.cc
|
| @@ -358,7 +358,7 @@ void Pointer::OnCursorCaptured(const gfx::Point& hotspot,
|
| // TODO(reveman): Add interface for creating cursors from GpuMemoryBuffers
|
| // and use that here instead of the current bitmap API. crbug.com/686600
|
| platform_cursor = ui::CursorFactoryOzone::GetInstance()->CreateImageCursor(
|
| - *bitmap.get(), hotspot);
|
| + *bitmap.get(), hotspot, cursor_scale_);
|
| #elif defined(USE_X11)
|
| XcursorImage* image = ui::SkBitmapToXcursorImage(bitmap.get(), hotspot);
|
| platform_cursor = ui::CreateReffedCustomXCursor(image);
|
|
|