Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index 525402fb2251c2a0ce0e355e9b2820e40b4c6dcc..139c69aaab7f32e5f551a2c17aba656d14e267e9 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; |
}; |