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 cc078eb82e856fe098bc2090d406ff59961ff4b5..83ab99dba1baa6a091acf11e7c46bab77b360346 100644 |
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp |
@@ -128,11 +128,11 @@ bool WebScrollbarThemeClientImpl::isScrollableAreaActive() const |
return m_scrollbar->isScrollableAreaActive(); |
} |
-IntPoint WebScrollbarThemeClientImpl::convertFromContainingWindow(const IntPoint& windowPoint) const |
+IntPoint WebScrollbarThemeClientImpl::convertFromRootFrame(const IntPoint& pointInRootFrame) const |
{ |
// Unused by Chromium scrollbar themes. |
ASSERT_NOT_REACHED(); |
- return windowPoint; |
+ return pointInRootFrame; |
} |
bool WebScrollbarThemeClientImpl::isCustomScrollbar() const |