| 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 e93e6a7c1878da2f6cf965b7d52b5f875cc63f42..bc2015fa0d71e50401f502eec43e010e129ef581 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
|
| @@ -101,7 +101,7 @@ bool WebScrollbarThemeClientImpl::IsScrollableAreaActive() const {
|
| return scrollbar_.IsScrollableAreaActive();
|
| }
|
|
|
| -IntPoint WebScrollbarThemeClientImpl::ConvertFromRootFrame(
|
| +IntPoint WebScrollbarThemeClientImpl::ConvertPointFromRootFrame(
|
| const IntPoint& point_in_root_frame) const {
|
| // Unused by Chromium scrollbar themes.
|
| NOTREACHED();
|
|
|