| Index: ui/views/view.cc
|
| diff --git a/ui/views/view.cc b/ui/views/view.cc
|
| index 51d246f0a3fdd6fe91bdc5a351f06909c558287b..c61fe29d99a1c7ba6db3d49af78e88a54dfc49cb 100644
|
| --- a/ui/views/view.cc
|
| +++ b/ui/views/view.cc
|
| @@ -876,7 +876,7 @@ const ui::NativeTheme* View::GetNativeTheme() const {
|
| // NativeThemeWin. TODO(estade): clean this up, see http://crbug.com/558029
|
| return ui::NativeThemeWin::instance();
|
| #else
|
| - return ui::NativeTheme::GetInstanceForWeb();
|
| + return ui::NativeTheme::GetInstanceForWeb(false);
|
| #endif
|
| }
|
|
|
|
|