diff options
Diffstat (limited to 'ui/views/widget/widget.h')
-rw-r--r-- | ui/views/widget/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h index 525402f..139c69a 100644 --- a/ui/views/widget/widget.h +++ b/ui/views/widget/widget.h @@ -193,7 +193,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, 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. + // will belong to. NULL is not allowed if you are using aura. gfx::NativeView context; }; |