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

Unified Diff: ui/platform_window/win/win_window.cc

Issue 1390883003: aura: Unify WindowTreeHost for some platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: win build Created 5 years, 2 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/aura/window_tree_host_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/platform_window/win/win_window.cc
diff --git a/ui/platform_window/win/win_window.cc b/ui/platform_window/win/win_window.cc
index 0c63a6cb931f5dc77327ccd5b88021292411a0c8..1c6e4a9747b63e59a21b88d0dd2cf3fe360335c7 100644
--- a/ui/platform_window/win/win_window.cc
+++ b/ui/platform_window/win/win_window.cc
@@ -107,7 +107,9 @@ void WinWindow::Minimize() {}
void WinWindow::Restore() {}
-void WinWindow::SetCursor(PlatformCursor cursor) {}
+void WinWindow::SetCursor(PlatformCursor cursor) {
+ ::SetCursor(cursor);
+}
void WinWindow::MoveCursorTo(const gfx::Point& location) {}
« no previous file with comments | « ui/aura/window_tree_host_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698