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

Side by Side Diff: ui/native_theme/native_theme.h

Issue 1525163004: First stab at MD text buttons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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/native_theme/common_theme.cc ('k') | ui/views/controls/button/md_text_button.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_NATIVE_THEME_NATIVE_THEME_H_ 5 #ifndef UI_NATIVE_THEME_NATIVE_THEME_H_
6 #define UI_NATIVE_THEME_NATIVE_THEME_H_ 6 #define UI_NATIVE_THEME_NATIVE_THEME_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "base/observer_list.h" 9 #include "base/observer_list.h"
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 kColorId_ButtonDisabledColor, 255 kColorId_ButtonDisabledColor,
256 kColorId_ButtonHighlightColor, 256 kColorId_ButtonHighlightColor,
257 kColorId_ButtonHoverColor, 257 kColorId_ButtonHoverColor,
258 kColorId_ButtonHoverBackgroundColor, 258 kColorId_ButtonHoverBackgroundColor,
259 kColorId_BlueButtonEnabledColor, 259 kColorId_BlueButtonEnabledColor,
260 kColorId_BlueButtonDisabledColor, 260 kColorId_BlueButtonDisabledColor,
261 kColorId_BlueButtonPressedColor, 261 kColorId_BlueButtonPressedColor,
262 kColorId_BlueButtonHoverColor, 262 kColorId_BlueButtonHoverColor,
263 kColorId_BlueButtonShadowColor, 263 kColorId_BlueButtonShadowColor,
264 kColorId_CallToActionColor, 264 kColorId_CallToActionColor,
265 kColorId_MdTextButtonEnabledColor,
266 kColorId_MdTextButtonDisabledColor,
265 // MenuItem 267 // MenuItem
266 kColorId_EnabledMenuItemForegroundColor, 268 kColorId_EnabledMenuItemForegroundColor,
267 kColorId_DisabledMenuItemForegroundColor, 269 kColorId_DisabledMenuItemForegroundColor,
268 kColorId_DisabledEmphasizedMenuItemForegroundColor, 270 kColorId_DisabledEmphasizedMenuItemForegroundColor,
269 kColorId_SelectedMenuItemForegroundColor, 271 kColorId_SelectedMenuItemForegroundColor,
270 kColorId_FocusedMenuItemBackgroundColor, 272 kColorId_FocusedMenuItemBackgroundColor,
271 kColorId_HoverMenuItemBackgroundColor, 273 kColorId_HoverMenuItemBackgroundColor,
272 kColorId_MenuSeparatorColor, 274 kColorId_MenuSeparatorColor,
273 kColorId_MenuBackgroundColor, 275 kColorId_MenuBackgroundColor,
274 kColorId_MenuBorderColor, 276 kColorId_MenuBorderColor,
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 private: 376 private:
375 // Observers to notify when the native theme changes. 377 // Observers to notify when the native theme changes.
376 base::ObserverList<NativeThemeObserver> native_theme_observers_; 378 base::ObserverList<NativeThemeObserver> native_theme_observers_;
377 379
378 DISALLOW_COPY_AND_ASSIGN(NativeTheme); 380 DISALLOW_COPY_AND_ASSIGN(NativeTheme);
379 }; 381 };
380 382
381 } // namespace ui 383 } // namespace ui
382 384
383 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_ 385 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_
OLDNEW
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/views/controls/button/md_text_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698