diff options
Diffstat (limited to 'ui/native_theme/native_theme_aura.cc')
-rw-r--r-- | ui/native_theme/native_theme_aura.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/native_theme/native_theme_aura.cc b/ui/native_theme/native_theme_aura.cc index 060418f..c4e8724 100644 --- a/ui/native_theme/native_theme_aura.cc +++ b/ui/native_theme/native_theme_aura.cc @@ -17,7 +17,6 @@ namespace ui { -#if !defined(OS_WIN) // static NativeTheme* NativeTheme::instance() { return NativeThemeAura::instance(); @@ -28,7 +27,6 @@ NativeThemeAura* NativeThemeAura::instance() { CR_DEFINE_STATIC_LOCAL(NativeThemeAura, s_native_theme, ()); return &s_native_theme; } -#endif NativeThemeAura::NativeThemeAura() { // We don't draw scrollbar buttons. |