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

Unified Diff: ui/native_theme/native_theme_mac.mm

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_aura_overlay.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/native_theme/native_theme_mac.mm
diff --git a/ui/native_theme/native_theme_mac.mm b/ui/native_theme/native_theme_mac.mm
index c6c79f7dc94eadfb475ba8917551248bc3398673..f9579042bb3554f983b23b1bc520abda4c00d6ca 100644
--- a/ui/native_theme/native_theme_mac.mm
+++ b/ui/native_theme/native_theme_mac.mm
@@ -108,7 +108,7 @@ SkColor ColorToGrayscale(SkColor color) {
namespace ui {
// static
-NativeTheme* NativeTheme::GetInstanceForWeb() {
+NativeTheme* NativeTheme::GetInstanceForWeb(bool /*use_overlay_scrollbars*/) {
return NativeThemeMac::instance();
}
« no previous file with comments | « ui/native_theme/native_theme_aura_overlay.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698