| 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 08d64d8f36949db26ce9f792569f8ddc7f6630c8..9aa8ab1cf8e1ba54a4e52054e6ebb597343c243f 100644
|
| --- a/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
|
| +++ b/third_party/WebKit/public/web/mac/WebScrollbarTheme.h
|
| @@ -42,9 +42,12 @@ enum ScrollerStyle { ScrollerStyleLegacy = 0, ScrollerStyleOverlay = 1 };
|
| class WebScrollbarTheme {
|
| public:
|
| // Updates the scrollbar appearance and behavior.
|
| - // |initialButtonDelay| is the current value of NSScrollerButtonDelay from NSUserDefaults.
|
| - // |autoscrollButtonDelay| is the current value of NSScrollerButtonPeriod from NSUserDefaults.
|
| - // |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
|
| + // |initialButtonDelay| is the current value of NSScrollerButtonDelay from
|
| + // NSUserDefaults.
|
| + // |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.
|
| // |buttonPlacement| is the current value of AppleScrollBarVariant
|
| BLINK_EXPORT static void updateScrollbarsWithNSDefaults(
|
|
|