| 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 250f367fa21b335a07803e0e95c4c3c8ce90180e..813316fa9fc939fb237eaab6bdf7c45778b6a115 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)
|
|
|