| Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| index e915c36b4412c8268759e7390e5e10db81036e69..6ab60df80509a90b1a9e6dba9cfd6c266f077c22 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.cpp
|
| @@ -370,7 +370,7 @@ void ScrollableArea::didAddScrollbar(Scrollbar& scrollbar, ScrollbarOrientation
|
| scrollAnimator().didAddHorizontalScrollbar(scrollbar);
|
|
|
| // <rdar://problem/9797253> AppKit resets the scrollbar's style when you attach a scrollbar
|
| - setScrollbarOverlayStyle(scrollbarOverlayStyle());
|
| + setScrollbarOverlayStyle(getScrollbarOverlayStyle());
|
| }
|
|
|
| void ScrollableArea::willRemoveScrollbar(Scrollbar& scrollbar, ScrollbarOrientation orientation)
|
|
|