| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index ecaaf3a84891f3264d021bf7a3979dcaaec802f3..525402fb2251c2a0ce0e355e9b2820e40b4c6dcc 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -191,6 +191,10 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // Only used by NativeWidgetAura. Specifies the type of layer for the
|
| // aura::Window. Default is LAYER_TEXTURED.
|
| ui::LayerType layer_type;
|
| + // Only used by Aura. Provides additional context (generally a RootWindow)
|
| + // during creation to allow the widget to determine which desktop type it
|
| + // will belong to. NULL indicates a normal native desktop.
|
| + gfx::NativeView context;
|
| };
|
|
|
| Widget();
|
|
|