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

Unified Diff: ui/base/cursor/ozone/cursor_factory_ozone.cc

Issue 262163003: [Ozone] Proper cursor support for multi-monitor configurations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetActiveWindow -> GetCursorWindow Created 6 years, 7 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
« no previous file with comments | « ui/base/cursor/ozone/cursor_factory_ozone.h ('k') | ui/events/ozone/evdev/cursor_delegate_evdev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/cursor/ozone/cursor_factory_ozone.cc
diff --git a/ui/base/cursor/ozone/cursor_factory_ozone.cc b/ui/base/cursor/ozone/cursor_factory_ozone.cc
index 46c1da3928f073ba358b23e6c8873beccd74b0a0..709412e0c8b39d9b19e5611ac7f4789c1f7d5798 100644
--- a/ui/base/cursor/ozone/cursor_factory_ozone.cc
+++ b/ui/base/cursor/ozone/cursor_factory_ozone.cc
@@ -47,4 +47,9 @@ void CursorFactoryOzone::SetCursor(gfx::AcceleratedWidget widget,
NOTIMPLEMENTED();
}
+gfx::AcceleratedWidget CursorFactoryOzone::GetCursorWindow() {
+ NOTIMPLEMENTED();
+ return 0;
+}
+
} // namespace ui
« no previous file with comments | « ui/base/cursor/ozone/cursor_factory_ozone.h ('k') | ui/events/ozone/evdev/cursor_delegate_evdev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698