| Index: third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp
|
| index e10070298d82ea23f129ee05b00a6317ac4f7273..3d27900e38d35e7d5581f5fd08ed1e07a2768a1c 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarImpl.cpp
|
| @@ -103,7 +103,7 @@ WebScrollbar::ScrollbarPart WebScrollbarImpl::hoveredPart() const
|
|
|
| WebScrollbar::ScrollbarOverlayStyle WebScrollbarImpl::scrollbarOverlayStyle() const
|
| {
|
| - return static_cast<WebScrollbar::ScrollbarOverlayStyle>(m_scrollbar->scrollbarOverlayStyle());
|
| + return static_cast<WebScrollbar::ScrollbarOverlayStyle>(m_scrollbar->getScrollbarOverlayStyle());
|
| }
|
|
|
| WebScrollbar::Orientation WebScrollbarImpl::orientation() const
|
|
|