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

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

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 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;

Powered by Google App Engine
This is Rietveld 408576698