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

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

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/gfx/insets_unittest.cc ('k') | ui/gfx/native_theme_linux.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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 GFX_NATIVE_THEME_LINUX_H_ 5 #ifndef UI_GFX_NATIVE_THEME_LINUX_H_
6 #define GFX_NATIVE_THEME_LINUX_H_ 6 #define UI_GFX_NATIVE_THEME_LINUX_H_
7 7
8 #include "base/basictypes.h" 8 #include "base/basictypes.h"
9 #include "skia/ext/platform_canvas.h" 9 #include "skia/ext/platform_canvas.h"
10 10
11 namespace skia { 11 namespace skia {
12 class PlatformCanvas; 12 class PlatformCanvas;
13 } 13 }
14 14
15 namespace gfx { 15 namespace gfx {
16 class Rect; 16 class Rect;
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 static unsigned int button_length_; 228 static unsigned int button_length_;
229 static unsigned int thumb_inactive_color_; 229 static unsigned int thumb_inactive_color_;
230 static unsigned int thumb_active_color_; 230 static unsigned int thumb_active_color_;
231 static unsigned int track_color_; 231 static unsigned int track_color_;
232 232
233 DISALLOW_COPY_AND_ASSIGN(NativeThemeLinux); 233 DISALLOW_COPY_AND_ASSIGN(NativeThemeLinux);
234 }; 234 };
235 235
236 } // namespace gfx 236 } // namespace gfx
237 237
238 #endif // GFX_NATIVE_THEME_LINUX_H_ 238 #endif // UI_GFX_NATIVE_THEME_LINUX_H_
OLDNEW
« no previous file with comments | « ui/gfx/insets_unittest.cc ('k') | ui/gfx/native_theme_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698