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

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

Issue 8555025: aura: Draw drop shadows under browsers and menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes Created 9 years, 1 month 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 | « ui/aura/client/aura_constants.h ('k') | ui/aura/client/shadow_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/aura_constants.cc
diff --git a/ui/aura/client/aura_constants.cc b/ui/aura/client/aura_constants.cc
index 32c8284edd94598b7071bbfd99ae776a34c0948d..f0a651a7987dbe3523a4a1b3d177e8a9aecbd45a 100644
--- a/ui/aura/client/aura_constants.cc
+++ b/ui/aura/client/aura_constants.cc
@@ -7,11 +7,12 @@
namespace aura {
const char kAlwaysOnTopKey[] = "AlwaysOnTop";
-const char kRestoreBoundsKey[] = "RestoreBoundsKey";
-const char kShowStateKey[] = "ShowStateKey";
-const char kTooltipTextKey[] = "TooltipTextKey";
-const char kModalKey[] = "ModalKey";
-const char kDesktopDragDropClientKey[] = "DesktopDragDropClientKey";
-const char kDragDropDelegateKey[] = "DragDropDelegateKey";
+const char kRestoreBoundsKey[] = "RestoreBounds";
+const char kShowStateKey[] = "ShowState";
+const char kTooltipTextKey[] = "TooltipText";
+const char kModalKey[] = "Modal";
+const char kShadowTypeKey[] = "ShadowType";
+const char kDesktopDragDropClientKey[] = "DesktopDragDropClient";
+const char kDragDropDelegateKey[] = "DragDropDelegate";
} // namespace aura
« no previous file with comments | « ui/aura/client/aura_constants.h ('k') | ui/aura/client/shadow_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698