| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index b74d0da9d23f79587cc497df46038c86c55410a7..5c2dcc28d70b428283b3dc88ca48ea752d3826f3 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -187,6 +187,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // TODO(beng): Figure out if there's a better way to expose this, e.g. get
|
| // rid of NW subclasses and do this all via message handling.
|
| DesktopRootWindowHost* desktop_root_window_host;
|
| + // Whether this window is intended to be a toplevel window with no
|
| + // attachment to any other window. (This may be a transient window is
|
| + // |parent| is set.)
|
| bool top_level;
|
| // Only used by NativeWidgetAura. Specifies the type of layer for the
|
| // aura::Window. Default is LAYER_TEXTURED.
|
|
|