Index: ui/views/widget/widget.h |
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h |
index eed8f18cce1ed2f09101735c7fa0dccba460b625..c6a532b137666ea84163730dbfa01020a072fc3c 100644 |
--- a/ui/views/widget/widget.h |
+++ b/ui/views/widget/widget.h |
@@ -149,6 +149,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate, |
bool accept_events; |
bool can_activate; |
bool keep_on_top; |
+ bool is_panel; |
Ownership ownership; |
bool mirror_origin_in_rtl; |
bool has_dropshadow; |