| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| index 7773173029acb3064aa0df4e76bedae64a98e3d9..b98e1ccc7f911334c736901097375a3af6d70b7f 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| @@ -248,6 +248,8 @@ class VIEWS_EXPORT DesktopNativeWidgetAura
|
| // See comments in OnLostActive().
|
| bool restore_focus_on_activate_;
|
|
|
| + gfx::NativeCursor cursor_;
|
| +
|
| scoped_ptr<corewm::ShadowController> shadow_controller_;
|
|
|
| // Reorders child windows of |window_| associated with a view based on the
|
|
|