| 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 d6ca2c0d9bd4bee03df4f53a8681083f3fcbbab7..679b2e7b49179018001518753167b2f053d542a7 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| @@ -58,7 +58,7 @@ public:
|
| ScrollbarOverlayStyle scrollbarOverlayStyle() const override;
|
| void getTickmarks(Vector<IntRect>&) const override;
|
| bool isScrollableAreaActive() const override;
|
| - IntPoint convertFromContainingWindow(const IntPoint&) const override;
|
| + IntPoint convertFromRootFrame(const IntPoint&) const override;
|
| bool isCustomScrollbar() const override;
|
| ScrollbarOrientation orientation() const override;
|
| bool isLeftSideVerticalScrollbar() const override;
|
|
|