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

Unified Diff: ui/views/widget/desktop_native_widget_aura.cc

Issue 10939006: Make cursors work on win aura. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix win build Created 8 years, 3 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_native_widget_aura.cc
===================================================================
--- ui/views/widget/desktop_native_widget_aura.cc (revision 157082)
+++ ui/views/widget/desktop_native_widget_aura.cc (working copy)
@@ -286,6 +286,7 @@
}
void DesktopNativeWidgetAura::SetCursor(gfx::NativeCursor cursor) {
+ desktop_root_window_host_->AsRootWindowHost()->SetCursor(cursor);
}
void DesktopNativeWidgetAura::ClearNativeFocus() {

Powered by Google App Engine
This is Rietveld 408576698