| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index 8a1f8d6f199580a0b66137a734edb44c6fb6c59c..b46547424b9eff6ee12861d0f1adeddb99b2e80d 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -156,11 +156,11 @@ class PLATFORM_EXPORT Scrollbar : public FrameViewBase,
|
|
|
| ScrollbarTheme& theme() const { return m_theme; }
|
|
|
| - IntRect convertToContainingWidget(const IntRect&) const override;
|
| - IntRect convertFromContainingWidget(const IntRect&) const override;
|
| + IntRect convertToContainingFrameViewBase(const IntRect&) const override;
|
| + IntRect convertFromContainingFrameViewBase(const IntRect&) const override;
|
|
|
| - IntPoint convertToContainingWidget(const IntPoint&) const override;
|
| - IntPoint convertFromContainingWidget(const IntPoint&) const override;
|
| + IntPoint convertToContainingFrameViewBase(const IntPoint&) const override;
|
| + IntPoint convertFromContainingFrameViewBase(const IntPoint&) const override;
|
|
|
| void moveThumb(int pos, bool draggingDocument = false);
|
|
|
|
|