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

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: Also allow IO ML for unit tests 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
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..bea29e2b33ecc4303064b539739f56b0212eab18 100644
--- a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
+++ b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
@@ -54,7 +54,7 @@ public:
BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
float initialButtonDelay, float autoscrollButtonDelay,
ScrollerStyle preferredScrollerStyle, bool redraw,
- bool scrollAnimationEnabled, WebScrollbarButtonsPlacement);
+ WebScrollbarButtonsPlacement);
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698