| Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| index 0ce97be9fd2bf02e2a94975f1f05a03147907ff6..56e72a8e85476e651f09a0499199673f055713b6 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| @@ -60,7 +60,7 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
|
| ScrollbarOverlayColorTheme GetScrollbarOverlayColorTheme() const override;
|
| void GetTickmarks(Vector<IntRect>&) const override;
|
| bool IsScrollableAreaActive() const override;
|
| - IntPoint ConvertFromRootFrame(const IntPoint&) const override;
|
| + IntPoint ConvertPointFromRootFrame(const IntPoint&) const override;
|
| bool IsCustomScrollbar() const override;
|
| ScrollbarOrientation Orientation() const override;
|
| bool IsLeftSideVerticalScrollbar() const override;
|
|
|