| Index: ui/views/widget/desktop_aura/desktop_native_widget_aura.h
|
| ===================================================================
|
| --- ui/views/widget/desktop_aura/desktop_native_widget_aura.h (revision 224198)
|
| +++ ui/views/widget/desktop_aura/desktop_native_widget_aura.h (working copy)
|
| @@ -242,6 +242,11 @@
|
| // from under us.
|
| aura::Window* window_;
|
|
|
| + // Contains the content window defined above. Ensures that ZOrder changes
|
| + // occurring in the content window hierarchy don't affect the other children
|
| + // of the root window.
|
| + aura::Window* content_window_container_;
|
| +
|
| internal::NativeWidgetDelegate* native_widget_delegate_;
|
|
|
| scoped_ptr<aura::client::StackingClient> stacking_client_;
|
|
|