| Index: ui/base/native_theme/native_theme_aura.cc
|
| diff --git a/ui/base/native_theme/native_theme_aura.cc b/ui/base/native_theme/native_theme_aura.cc
|
| index 542d82225d1f340d55b41565b6a32a18409e1a00..19ff7e346b728512fe1131e66425b4fef0ec8c22 100644
|
| --- a/ui/base/native_theme/native_theme_aura.cc
|
| +++ b/ui/base/native_theme/native_theme_aura.cc
|
| @@ -53,10 +53,12 @@ const SkColor kTextfieldSelectionColor =
|
|
|
| namespace ui {
|
|
|
| +#if !defined(OS_WIN)
|
| // static
|
| NativeTheme* NativeTheme::instance() {
|
| return NativeThemeAura::instance();
|
| }
|
| +#endif
|
|
|
| // static
|
| NativeThemeAura* NativeThemeAura::instance() {
|
|
|