Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(808)

Unified Diff: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc

Issue 12263050: Rework ash::CursorManager into a corewm object, to share code with desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lables Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
index 6175ebd54963075c0e44a2535671e1f6fa114b6f..2c32b4b2ae1aab67e06c46ec0e0716c3a8a2ed40 100644
--- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
+++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.cc
@@ -786,7 +786,6 @@ void DesktopRootWindowHostLinux::UnConfineCursor() {
}
void DesktopRootWindowHostLinux::OnCursorVisibilityChanged(bool show) {
- NOTIMPLEMENTED();
}
void DesktopRootWindowHostLinux::MoveCursorTo(const gfx::Point& location) {

Powered by Google App Engine
This is Rietveld 408576698