| Index: third_party/WebKit/Source/core/frame/FrameView.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.cpp b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| index d6cf5262ca000d515f6127e503003f14f40d8aa9..4fa3a37d883248119a6202fce3a1ee4b29b922ab 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.cpp
|
| @@ -2075,8 +2075,10 @@ void FrameView::scrollTo(const DoublePoint& newPosition)
|
|
|
| void FrameView::invalidatePaintForTickmarks()
|
| {
|
| - if (Scrollbar* scrollbar = verticalScrollbar())
|
| + if (Scrollbar* scrollbar = verticalScrollbar()) {
|
| + scrollbar->setTrackNeedsRepaint(true);
|
| setScrollbarNeedsPaintInvalidation(scrollbar);
|
| + }
|
| }
|
|
|
| void FrameView::getTickmarks(Vector<IntRect>& tickmarks) const
|
|
|