| Index: ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| index 8225e00757fd3e681f44f6d3b9967f350fdec6de..ec898fbc186daeeffbc152610d01596d740b003f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_cursor_manager.cc
|
| @@ -85,12 +85,6 @@ void DesktopNativeCursorManager::SetCursorSet(
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void DesktopNativeCursorManager::SetScale(
|
| - float scale,
|
| - wm::NativeCursorManagerDelegate* delegate) {
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| void DesktopNativeCursorManager::SetMouseEventsEnabled(
|
| bool enabled,
|
| wm::NativeCursorManagerDelegate* delegate) {
|
|
|