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

Unified Diff: third_party/WebKit/public/web/mac/WebScrollbarTheme.h

Issue 1653003002: Make scrollAnimatorEnabled work on Mac like it does on other platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Previous patch accidentally lost new files Created 4 years, 10 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
« no previous file with comments | « third_party/WebKit/Source/web/mac/WebScrollbarTheme.mm ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/mac/WebScrollbarTheme.h
diff --git a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
index a610ac935921d5ec23d74db123574d6daced444b..61385e8b4afc7a9719bd7ae018f0b4bce876bda2 100644
--- a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
+++ b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
@@ -49,12 +49,11 @@ public:
// |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults.
// |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
// |redraw| is true if the update requires a redraw to include the change.
- // |scrollAnimationEnabled| is the current value of NSScrollAnimationEnabled or AppleScrollAnimationEnabled from NSUserDefaults.
// |buttonPlacement| is the current value of AppleScrollBarVariant
BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
float initialButtonDelay, float autoscrollButtonDelay,
ScrollerStyle preferredScrollerStyle, bool redraw,
- bool scrollAnimationEnabled, WebScrollbarButtonsPlacement);
+ WebScrollbarButtonsPlacement);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/web/mac/WebScrollbarTheme.mm ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698