| 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 3bdd3127337fd4d87aa3d7088dab041736f01ce7..fb2df3d32d558172a48c017299b8cf9eb94e2c61 100644
|
| --- a/ui/native_theme/native_theme_aura.cc
|
| +++ b/ui/native_theme/native_theme_aura.cc
|
| @@ -70,7 +70,7 @@ const int kScrollbarTrackImages[9] = IMAGE_GRID(IDR_SCROLLBAR_BASE);
|
|
|
| #if !defined(OS_WIN)
|
| // static
|
| -NativeTheme* NativeTheme::instance() {
|
| +NativeTheme* NativeTheme::GetInstanceForWeb() {
|
| return NativeThemeAura::instance();
|
| }
|
|
|
|
|