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

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

Issue 267593005: Refactor menu controller to isolate aura dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to master. Fixes for tapted. Created 6 years, 7 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 87f702dde0eb1e8563b411c38965035bfb42ce4d..da66d0ee9429245c3eb7819838ec341b3838d3da 100644
--- a/ui/views/widget/widget.h
+++ b/ui/views/widget/widget.h
@@ -496,6 +496,9 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
// underlying windowing system.
void SetOpacity(unsigned char opacity);
+ // Sets whether a shadow should be drawn around the window.
tapted 2014/05/08 00:25:28 nit: I think this needs a more verbose comment. So
Andre 2014/05/09 01:10:01 Done.
+ void SetHasActivationShadow(bool has_shadow);
+
// Sets whether or not the window should show its frame as a "transient drag
// frame" - slightly transparent and without the standard window controls.
void SetUseDragFrame(bool use_drag_frame);

Powered by Google App Engine
This is Rietveld 408576698