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

Unified Diff: views/widget/widget.h

Issue 7129033: Adding a new window type for frameless non-transient top level windows, used by ChromeOS' window ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 months 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
« views/widget/native_widget_gtk.cc ('K') | « views/widget/native_widget_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.h
===================================================================
--- views/widget/widget.h (revision 88473)
+++ views/widget/widget.h (working copy)
@@ -94,6 +94,8 @@
struct InitParams {
enum Type {
TYPE_WINDOW, // A Window, like a frame window.
+ TYPE_WINDOW_FRAMELESS,
Daniel Erat 2011/06/09 05:40:22 Naming suggestion: TYPE_WINDOW_UNMANAGED? That's
Daniel Erat 2011/06/09 11:23:43 Whoops, disregard this, of course. For some reaso
+ // An undecorated Window.
TYPE_CONTROL, // A control, like a button.
TYPE_POPUP, // An undecorated Window, with transient properties.
TYPE_MENU // An undecorated Window, with transient properties
« views/widget/native_widget_gtk.cc ('K') | « views/widget/native_widget_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698