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

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

Issue 10387121: Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/base/native_theme/native_theme_win_unittest.cc ('k') | ui/gfx/native_theme.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_GFX_NATIVE_THEME_H_ 5 #ifndef UI_GFX_NATIVE_THEME_H_
6 #define UI_GFX_NATIVE_THEME_H_ 6 #define UI_GFX_NATIVE_THEME_H_
7 #pragma once 7 #pragma once
8 8
9 #include "third_party/skia/include/core/SkColor.h" 9 #include "third_party/skia/include/core/SkColor.h"
10 #include "ui/base/ui_export.h" 10 #include "ui/base/ui_export.h"
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 static unsigned int thumb_inactive_color_; 262 static unsigned int thumb_inactive_color_;
263 static unsigned int thumb_active_color_; 263 static unsigned int thumb_active_color_;
264 static unsigned int track_color_; 264 static unsigned int track_color_;
265 265
266 DISALLOW_COPY_AND_ASSIGN(NativeTheme); 266 DISALLOW_COPY_AND_ASSIGN(NativeTheme);
267 }; 267 };
268 268
269 } // namespace gfx 269 } // namespace gfx
270 270
271 #endif // UI_GFX_NATIVE_THEME_H_ 271 #endif // UI_GFX_NATIVE_THEME_H_
OLDNEW
« no previous file with comments | « ui/base/native_theme/native_theme_win_unittest.cc ('k') | ui/gfx/native_theme.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698