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

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

Issue 9391024: Custom frame UI for platform apps on Windows. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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
Index: ui/views/widget/widget.h
diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
index 9932ae9aba885eaddbdf65b7ba73d44b83e2fadd..d1144ac4882b879408025065b2a442e055ff1aa5 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -163,6 +163,10 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
Ownership ownership;
bool mirror_origin_in_rtl;
bool has_dropshadow;
+ // Only used by NativeWidgetWin. Specifies that the system default caption
+ // and icon should not be rendered, and that the client area should be
+ // equivalent to the window area.
+ bool remove_standard_frame;
// Whether the widget should be maximized or minimized.
ui::WindowShowState show_state;
// Should the widget be double buffered? Default is false.

Powered by Google App Engine
This is Rietveld 408576698