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

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

Issue 258713002: Linux Aura: get tooltip background color from theme (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/fallback_theme.cc ('k') | ui/views/corewm/tooltip_aura.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 "third_party/skia/include/core/SkColor.h" 8 #include "third_party/skia/include/core/SkColor.h"
9 #include "ui/gfx/native_widget_types.h" 9 #include "ui/gfx/native_widget_types.h"
10 #include "ui/native_theme/native_theme_export.h" 10 #include "ui/native_theme/native_theme_export.h"
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 kColorId_LabelEnabledColor, 258 kColorId_LabelEnabledColor,
259 kColorId_LabelDisabledColor, 259 kColorId_LabelDisabledColor,
260 kColorId_LabelBackgroundColor, 260 kColorId_LabelBackgroundColor,
261 // Textfield 261 // Textfield
262 kColorId_TextfieldDefaultColor, 262 kColorId_TextfieldDefaultColor,
263 kColorId_TextfieldDefaultBackground, 263 kColorId_TextfieldDefaultBackground,
264 kColorId_TextfieldReadOnlyColor, 264 kColorId_TextfieldReadOnlyColor,
265 kColorId_TextfieldReadOnlyBackground, 265 kColorId_TextfieldReadOnlyBackground,
266 kColorId_TextfieldSelectionColor, 266 kColorId_TextfieldSelectionColor,
267 kColorId_TextfieldSelectionBackgroundFocused, 267 kColorId_TextfieldSelectionBackgroundFocused,
268 // Tooltip
269 kColorId_TooltipBackground,
268 // Tree 270 // Tree
269 kColorId_TreeBackground, 271 kColorId_TreeBackground,
270 kColorId_TreeText, 272 kColorId_TreeText,
271 kColorId_TreeSelectedText, 273 kColorId_TreeSelectedText,
272 kColorId_TreeSelectedTextUnfocused, 274 kColorId_TreeSelectedTextUnfocused,
273 kColorId_TreeSelectionBackgroundFocused, 275 kColorId_TreeSelectionBackgroundFocused,
274 kColorId_TreeSelectionBackgroundUnfocused, 276 kColorId_TreeSelectionBackgroundUnfocused,
275 kColorId_TreeArrow, 277 kColorId_TreeArrow,
276 // Table 278 // Table
277 kColorId_TableBackground, 279 kColorId_TableBackground,
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 unsigned int thumb_inactive_color_; 319 unsigned int thumb_inactive_color_;
318 unsigned int thumb_active_color_; 320 unsigned int thumb_active_color_;
319 unsigned int track_color_; 321 unsigned int track_color_;
320 322
321 DISALLOW_COPY_AND_ASSIGN(NativeTheme); 323 DISALLOW_COPY_AND_ASSIGN(NativeTheme);
322 }; 324 };
323 325
324 } // namespace ui 326 } // namespace ui
325 327
326 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_ 328 #endif // UI_NATIVE_THEME_NATIVE_THEME_H_
OLDNEW
« no previous file with comments | « ui/native_theme/fallback_theme.cc ('k') | ui/views/corewm/tooltip_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698