Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1013)

Unified Diff: ui/views/widget/widget.h

Issue 11421006: Desktop aura: Break aura::Window::SetParent in two. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix ash_unittests Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « ui/views/widget/native_widget_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698