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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm

Issue 1863513002: Mac: Remove some remaining 10.6 logic for absent overlay scrollbar APIs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months 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
Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
index b20efe35c59a79411a3581de7024857a82ec91ab..898f40d5f1155e0eefcb0916b2598c5c0c26d82e 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.mm
@@ -222,7 +222,7 @@ void ScrollbarThemeMac::preferencesChanged(float initialButtonDelay, float autos
}
if (sendScrollerStyleNotification) {
[[NSNotificationCenter defaultCenter]
- postNotificationName:@"NSPreferredScrollerStyleDidChangeNotification"
+ postNotificationName:NSPreferredScrollerStyleDidChangeNotification
tapted 2016/04/05 09:06:02 nothing in blink seems to listen for this - maybe
Avi (use Gerrit) 2016/04/05 11:26:32 delete away.
Nico 2016/04/05 12:30:30 Does chrome do the right thing if you change the p
tapted 2016/04/05 12:35:17 Yup - the listener is at content/browser/theme_hel
tapted 2016/04/05 12:53:13 Done.
object:nil
userInfo:@{ @"NSScrollerStyle" : @(gPreferredScrollerStyle) }];
}
« no previous file with comments | « third_party/WebKit/Source/platform/mac/NSScrollerImpDetails.h ('k') | ui/base/test/scoped_preferred_scroller_style_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698