| Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| index 55e4ac29c44e284e7435f70cf3f096c7892dfe80..33baebd09eedb21c89697d1696e6c0e771e43b4e 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| @@ -107,7 +107,7 @@ void WebScrollbarThemeClientImpl::invalidateRect(const IntRect&)
|
| ASSERT_NOT_REACHED();
|
| }
|
|
|
| -ScrollbarOverlayStyle WebScrollbarThemeClientImpl::scrollbarOverlayStyle() const
|
| +ScrollbarOverlayStyle WebScrollbarThemeClientImpl::getScrollbarOverlayStyle() const
|
| {
|
| return static_cast<ScrollbarOverlayStyle>(m_scrollbar.scrollbarOverlayStyle());
|
| }
|
|
|