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

Unified Diff: views/widget/widget_win.h

Issue 6880201: Scrap WNDCLASSEX.hCursor, update GetCursorForPoint, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nix WindowWin cursors; only SetCuror on client events; add RootView::UpdateCursor Win arrow default. Created 9 years, 8 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: views/widget/widget_win.h
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h
index 5f92a1f9ef81facc5c1741e655c9a920ff70b7c3..564e9e7325932d489956b03aec4ce8717aa60ee5 100644
--- a/views/widget/widget_win.h
+++ b/views/widget/widget_win.h
@@ -509,10 +509,6 @@ class WidgetWin : public ui::WindowImpl,
// we always mod this value with the max view events above .
int accessibility_view_events_index_;
- // The last cursor that was active before the current one was selected. Saved
- // so that we can restore it.
- gfx::NativeCursor previous_cursor_;
-
ViewProps props_;
scoped_ptr<InputMethod> input_method_;
« views/view.h ('K') | « views/widget/root_view.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698