| Index: third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
|
| diff --git a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
|
| index fb85117669c0c83b63f3094769198c7aee40ef2c..ffd4c0a8a40b13b5e43775e689bb15180dc8fbed 100644
|
| --- a/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
|
| +++ b/third_party/WebKit/Source/platform/mac/ScrollAnimatorMac.mm
|
| @@ -278,7 +278,8 @@ enum FeatureToAnimate {
|
| TrackAlpha,
|
| UIStateTransition,
|
| ExpansionTransition
|
| -};
|
| +}
|
| +;
|
|
|
| @class BlinkScrollbarPartAnimation;
|
|
|
| @@ -656,7 +657,8 @@ class BlinkScrollbarPartAnimationTimer {
|
| NSScrollerStateInvisible = 0,
|
| NSScrollerStateKnob = 1,
|
| NSScrollerStateExpanded = 2
|
| - };
|
| + }
|
| + ;
|
| // We do not receive notifications about the thumb un-expanding when the
|
| // scrollbar fades away. Ensure
|
| // that we re-paint the thumb the next time that we transition away from being
|
| @@ -1023,8 +1025,9 @@ void ScrollAnimatorMac::updateScrollerStyle() {
|
|
|
| void ScrollAnimatorMac::startScrollbarPaintTimer() {
|
| m_initialScrollbarPaintTaskHandle = m_taskRunner->postCancellableTask(
|
| - BLINK_FROM_HERE, WTF::bind(&ScrollAnimatorMac::initialScrollbarPaintTask,
|
| - wrapWeakPersistent(this)));
|
| + BLINK_FROM_HERE,
|
| + WTF::bind(&ScrollAnimatorMac::initialScrollbarPaintTask,
|
| + wrapWeakPersistent(this)));
|
| }
|
|
|
| bool ScrollAnimatorMac::scrollbarPaintTimerIsActive() const {
|
|
|