| Index: public/web/mac/WebScrollbarTheme.h
|
| diff --git a/public/web/mac/WebScrollbarTheme.h b/public/web/mac/WebScrollbarTheme.h
|
| index 5ece9897d542822aa91bda599118793fcbddd103..e99927f7fa429b20b52842c8f1272c7fc641ba02 100644
|
| --- a/public/web/mac/WebScrollbarTheme.h
|
| +++ b/public/web/mac/WebScrollbarTheme.h
|
| @@ -49,10 +49,6 @@ public:
|
| // |jumpOnTrackClick| is the current value of AppleScrollerPagingBehavior from NSUserDefaults.
|
| // |preferredScrollerStyle| is the current value of +[NSScroller preferredScrollerStyle].
|
| // |redraw| is true if the update requires a redraw to include the change.
|
| - // TODO(rsesek): Remove the first version after two-side patch lands. http://crbug.com/306348
|
| - BLINK_EXPORT static void updateScrollbars(
|
| - float initialButtonDelay, float autoscrollButtonDelay,
|
| - bool jumpOnTrackClick, bool redraw);
|
| BLINK_EXPORT static void updateScrollbars(
|
| float initialButtonDelay, float autoscrollButtonDelay,
|
| bool jumpOnTrackClick, ScrollerStyle preferredScrollerStyle, bool redraw);
|
|
|