| Index: ui/native_theme/native_theme_aura.cc
|
| diff --git a/ui/native_theme/native_theme_aura.cc b/ui/native_theme/native_theme_aura.cc
|
| index c4e87243585611730299cb561611489e2b24055e..060418fce8712842449c3f9efffe8628ae86871c 100644
|
| --- a/ui/native_theme/native_theme_aura.cc
|
| +++ b/ui/native_theme/native_theme_aura.cc
|
| @@ -17,6 +17,7 @@
|
|
|
| namespace ui {
|
|
|
| +#if !defined(OS_WIN)
|
| // static
|
| NativeTheme* NativeTheme::instance() {
|
| return NativeThemeAura::instance();
|
| @@ -27,6 +28,7 @@ NativeThemeAura* NativeThemeAura::instance() {
|
| CR_DEFINE_STATIC_LOCAL(NativeThemeAura, s_native_theme, ());
|
| return &s_native_theme;
|
| }
|
| +#endif
|
|
|
| NativeThemeAura::NativeThemeAura() {
|
| // We don't draw scrollbar buttons.
|
|
|