diff options
Diffstat (limited to 'views/widget/widget_win.h')
-rw-r--r-- | views/widget/widget_win.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/widget/widget_win.h b/views/widget/widget_win.h index 4fe63cc..3c2974b 100644 --- a/views/widget/widget_win.h +++ b/views/widget/widget_win.h @@ -510,6 +510,10 @@ 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_; |