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

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

Issue 11578014: Desktop aura: Expand what the ViewsDelegate can do to new windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index ac7cf6d69dbd9148c1af6ac023efc0a68f96af38..026748e03168094ba677d419d654324c75a2790b 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -187,6 +187,8 @@ 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.
robertshield 2012/12/14 01:15:58 I initially found it confusing that a Widget can b
bool top_level;
// Only used by NativeWidgetAura. Specifies the type of layer for the
// aura::Window. Default is LAYER_TEXTURED.

Powered by Google App Engine
This is Rietveld 408576698