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

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

Issue 360123003: Don't put a text shadow on blue buttons in gtk theme mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/views/controls/button/blue_button.cc » ('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/observer_list.h" 8 #include "base/observer_list.h"
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 #include "ui/gfx/native_widget_types.h" 10 #include "ui/gfx/native_widget_types.h"
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 kColorId_ButtonBackgroundColor, 251 kColorId_ButtonBackgroundColor,
252 kColorId_ButtonEnabledColor, 252 kColorId_ButtonEnabledColor,
253 kColorId_ButtonDisabledColor, 253 kColorId_ButtonDisabledColor,
254 kColorId_ButtonHighlightColor, 254 kColorId_ButtonHighlightColor,
255 kColorId_ButtonHoverColor, 255 kColorId_ButtonHoverColor,
256 kColorId_ButtonHoverBackgroundColor, 256 kColorId_ButtonHoverBackgroundColor,
257 kColorId_BlueButtonEnabledColor, 257 kColorId_BlueButtonEnabledColor,
258 kColorId_BlueButtonDisabledColor, 258 kColorId_BlueButtonDisabledColor,
259 kColorId_BlueButtonPressedColor, 259 kColorId_BlueButtonPressedColor,
260 kColorId_BlueButtonHoverColor, 260 kColorId_BlueButtonHoverColor,
261 kColorId_BlueButtonShadowColor,
261 // MenuItem 262 // MenuItem
262 kColorId_EnabledMenuItemForegroundColor, 263 kColorId_EnabledMenuItemForegroundColor,
263 kColorId_DisabledMenuItemForegroundColor, 264 kColorId_DisabledMenuItemForegroundColor,
264 kColorId_DisabledEmphasizedMenuItemForegroundColor, 265 kColorId_DisabledEmphasizedMenuItemForegroundColor,
265 kColorId_SelectedMenuItemForegroundColor, 266 kColorId_SelectedMenuItemForegroundColor,
266 kColorId_FocusedMenuItemBackgroundColor, 267 kColorId_FocusedMenuItemBackgroundColor,
267 kColorId_HoverMenuItemBackgroundColor, 268 kColorId_HoverMenuItemBackgroundColor,
268 kColorId_MenuSeparatorColor, 269 kColorId_MenuSeparatorColor,
269 kColorId_MenuBackgroundColor, 270 kColorId_MenuBackgroundColor,
270 kColorId_MenuBorderColor, 271 kColorId_MenuBorderColor,
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 private: 350 private:
350 // Observers to notify when the native theme changes. 351 // Observers to notify when the native theme changes.
351 ObserverList<NativeThemeObserver> native_theme_observers_; 352 ObserverList<NativeThemeObserver> native_theme_observers_;
352 353
353 DISALLOW_COPY_AND_ASSIGN(NativeTheme); 354 DISALLOW_COPY_AND_ASSIGN(NativeTheme);
354 }; 355 };
355 356
356 } // namespace ui 357 } // namespace ui
357 358
358 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_ 359 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_
OLDNEW
« no previous file with comments | « ui/native_theme/common_theme.cc ('k') | ui/views/controls/button/blue_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698