| Index: ui/app_list/app_list_constants.h
|
| diff --git a/ui/app_list/app_list_constants.h b/ui/app_list/app_list_constants.h
|
| index 00826119474b6e4f259af5c8fd48fef14692e3c5..237114dcb13713b2b4c1d5d49a4c825365a1323c 100644
|
| --- a/ui/app_list/app_list_constants.h
|
| +++ b/ui/app_list/app_list_constants.h
|
| @@ -38,6 +38,10 @@ APP_LIST_EXPORT extern const SkColor kGridTitleHoverColor;
|
| APP_LIST_EXPORT extern const SkColor kFolderTitleColor;
|
| APP_LIST_EXPORT extern const SkColor kFolderTitleHintTextColor;
|
| APP_LIST_EXPORT extern const SkColor kFolderBubbleColor;
|
| +APP_LIST_EXPORT extern const SkColor kFolderShadowColor;
|
| +APP_LIST_EXPORT extern const float kFolderBubbleRadius;
|
| +APP_LIST_EXPORT extern const float kFolderShadowRadius;
|
| +APP_LIST_EXPORT extern const float kFolderShadowOffsetY;
|
|
|
| APP_LIST_EXPORT extern const int kPageTransitionDurationInMs;
|
| APP_LIST_EXPORT extern const int kOverscrollPageTransitionDurationMs;
|
|
|