Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(572)

Unified Diff: ui/views/view.cc

Issue 2480063002: Split NativeThemeAura into Overlay and NonOverlay versions. (Closed)
Patch Set: Fix Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
« no previous file with comments | « ui/native_theme/native_theme_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698