| OLD | NEW |
| 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_BASE_H_ | 5 #ifndef UI_GFX_NATIVE_THEME_BASE_H_ |
| 6 #define UI_GFX_NATIVE_THEME_BASE_H_ | 6 #define UI_GFX_NATIVE_THEME_BASE_H_ |
| 7 | 7 |
| 8 #include "base/basictypes.h" | 8 #include "base/basictypes.h" |
| 9 #include "base/compiler_specific.h" | 9 #include "base/compiler_specific.h" |
| 10 #include "skia/ext/platform_canvas.h" | 10 #include "skia/ext/platform_canvas.h" |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 | 158 |
| 159 unsigned int scrollbar_width_; | 159 unsigned int scrollbar_width_; |
| 160 unsigned int scrollbar_button_length_; | 160 unsigned int scrollbar_button_length_; |
| 161 | 161 |
| 162 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase); | 162 DISALLOW_COPY_AND_ASSIGN(NativeThemeBase); |
| 163 }; | 163 }; |
| 164 | 164 |
| 165 } // namespace gfx | 165 } // namespace gfx |
| 166 | 166 |
| 167 #endif // UI_GFX_NATIVE_THEME_BASE_H_ | 167 #endif // UI_GFX_NATIVE_THEME_BASE_H_ |
| OLD | NEW |