Index: ui/views/corewm/cursor_manager.cc |
diff --git a/ui/views/corewm/cursor_manager.cc b/ui/views/corewm/cursor_manager.cc |
index 2335fdd1cbffb9c1d69eb89e847cef1fe48956c2..2f846c8e29e946b85fda8721383148b96ea6c5d7 100644 |
--- a/ui/views/corewm/cursor_manager.cc |
+++ b/ui/views/corewm/cursor_manager.cc |
@@ -207,6 +207,10 @@ void CursorManager::RemoveObserver( |
observers_.RemoveObserver(observer); |
} |
+void CursorManager::SetNativeCursorEnabled(bool enabled) { |
+ delegate_->SetNativeCursorEnabled(enabled, this); |
+} |
+ |
void CursorManager::CommitCursor(gfx::NativeCursor cursor) { |
current_state_->set_cursor(cursor); |
} |