Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h |
index 45075f28a37ea232a3d7b092e0149afa16fd137b..7e4da91befc918c800d2b9a9ad072d18a320b4c3 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h |
@@ -54,8 +54,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient { |
virtual void GetTickmarks(Vector<IntRect>&) const = 0; |
virtual bool IsScrollableAreaActive() const = 0; |
- virtual IntPoint ConvertFromRootFrame( |
- const IntPoint& point_in_root_frame) const = 0; |
+ virtual IntPoint ConvertPointFromRootFrame(const IntPoint&) const = 0; |
virtual bool IsCustomScrollbar() const = 0; |
virtual ScrollbarOrientation Orientation() const = 0; |