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) {} |