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

Unified Diff: ui/aura/client/window_types.h

Issue 9027020: Bypass ToplevelWindowEventFilter for panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge/sync 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
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/views/events/event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/window_types.h
diff --git a/ui/aura/client/window_types.h b/ui/aura/client/window_types.h
index d1375df897c47915f396157c000996ab67f27968..94993135ec77da1988fa6161b45e85821994e589 100644
--- a/ui/aura/client/window_types.h
+++ b/ui/aura/client/window_types.h
@@ -18,7 +18,10 @@ enum WindowType {
// Regular windows that should be laid out by the client.
WINDOW_TYPE_NORMAL,
- // Miscellaneous windows that should not be laid out by the client.
+ // Always on top windows aligned to bottom right of screen.
+ WINDOW_TYPE_PANEL,
+
+ // Miscellaneous windows that should not be laid out by the shell.
WINDOW_TYPE_POPUP,
WINDOW_TYPE_MENU,
« no previous file with comments | « chrome/browser/ui/views/frame/browser_frame.cc ('k') | ui/views/events/event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698