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 22bf3dac8bbec3bfbdd432a9d9eafa4a20acc848..76c05cd4626eb165fce40bb7c2bb77f03f974ff2 100644 |
--- a/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
+++ b/ui/views/widget/desktop_aura/desktop_native_widget_aura.h |
@@ -297,6 +297,7 @@ class VIEWS_EXPORT DesktopNativeWidgetAura |
window_modality_controller_; |
bool restore_focus_on_activate_; |
+ bool restore_focus_on_window_focus_; |
gfx::NativeCursor cursor_; |
// We must manually reference count the number of users of |cursor_manager_| |