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

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

Issue 2884623002: Refactor backdrop (Closed)
Patch Set: Generalize Backdrop Created 3 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/aura/client/aura_constants.h
diff --git a/ui/aura/client/aura_constants.h b/ui/aura/client/aura_constants.h
index 04af9214cabb7c4ef725792c52930e8f9a8c1b97..13365cb874637f7ca4bc04f2b1b3b7890e6459b2 100644
--- a/ui/aura/client/aura_constants.h
+++ b/ui/aura/client/aura_constants.h
@@ -115,6 +115,9 @@ AURA_EXPORT extern const WindowProperty<gfx::Rect*>* const kRestoreBoundsKey;
AURA_EXPORT extern const WindowProperty<ui::WindowShowState>* const
kShowStateKey;
+// A bool property key to specify if the window should have a backdrop.
sky 2017/05/15 17:38:28 'Backdrop' isn't a readily obvious term. Please do
oshima 2017/05/16 08:22:10 Done.
+AURA_EXPORT extern const WindowProperty<bool>* const kHasBackdrop;
+
// A property key to store the title of the window; sometimes shown to users.
AURA_EXPORT extern const WindowProperty<base::string16*>* const kTitleKey;

Powered by Google App Engine
This is Rietveld 408576698