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

Unified Diff: views/widget/native_widget_views.cc

Issue 7633018: views-desktop: Fix updating the cursor for windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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 | « views/widget/native_widget_view.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/native_widget_views.cc
diff --git a/views/widget/native_widget_views.cc b/views/widget/native_widget_views.cc
index 3814586e77b47df5e6872caa9ec1d34ca656d4c1..92ec9aac105c1319d7e97306c87824ce35f6cc03 100644
--- a/views/widget/native_widget_views.cc
+++ b/views/widget/native_widget_views.cc
@@ -477,6 +477,7 @@ void NativeWidgetViews::SchedulePaintInRect(const gfx::Rect& rect) {
}
void NativeWidgetViews::SetCursor(gfx::NativeCursor cursor) {
+ view_->set_cursor(cursor);
GetParentNativeWidget()->SetCursor(cursor);
}
« no previous file with comments | « views/widget/native_widget_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698