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

Side by Side Diff: ui/message_center/message_center_style.h

Issue 832953002: Cleanup: Update the path to gfx size headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 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 unified diff | Download patch
« no previous file with comments | « ui/message_center/message_center_impl_unittest.cc ('k') | ui/message_center/views/constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_ 5 #ifndef UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_
6 #define UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_ 6 #define UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 #include "ui/gfx/size.h" 10 #include "ui/gfx/geometry/size.h"
11 #include "ui/message_center/message_center_export.h" 11 #include "ui/message_center/message_center_export.h"
12 12
13 namespace message_center { 13 namespace message_center {
14 14
15 // Exported values ///////////////////////////////////////////////////////////// 15 // Exported values /////////////////////////////////////////////////////////////
16 16
17 // Square image sizes in DIPs. 17 // Square image sizes in DIPs.
18 const int kNotificationButtonIconSize = 16; 18 const int kNotificationButtonIconSize = 16;
19 const int kNotificationIconSize = 80; 19 const int kNotificationIconSize = 80;
20 // A border is applied to images that have a non-preferred aspect ratio. 20 // A border is applied to images that have a non-preferred aspect ratio.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 132
133 extern const SkColor kShadowColor; // Shadow in the tray. 133 extern const SkColor kShadowColor; // Shadow in the tray.
134 134
135 extern const SkColor kMessageCenterBackgroundColor; 135 extern const SkColor kMessageCenterBackgroundColor;
136 extern const SkColor kFooterDelimiterColor; // Separator color for the tray. 136 extern const SkColor kFooterDelimiterColor; // Separator color for the tray.
137 extern const SkColor kFooterTextColor; // Text color for tray labels. 137 extern const SkColor kFooterTextColor; // Text color for tray labels.
138 138
139 } // namespace message_center 139 } // namespace message_center
140 140
141 #endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_ 141 #endif // UI_MESSAGE_CENTER_MESSAGE_CENTER_STYLE_H_
OLDNEW
« no previous file with comments | « ui/message_center/message_center_impl_unittest.cc ('k') | ui/message_center/views/constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698