OLD | NEW |
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 Loading... |
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_ |
OLD | NEW |