| 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 a097df4923b17e4125ec0bfb7ad2060797668f64..552a1e91516af26827a21f9a6f2a86194534687d 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -61,7 +61,7 @@ public:
|
| virtual void getTickmarks(Vector<IntRect>&) const = 0;
|
| virtual bool isScrollableAreaActive() const = 0;
|
|
|
| - virtual IntPoint convertFromContainingWindow(const IntPoint& windowPoint) const = 0;
|
| + virtual IntPoint convertFromRootFrame(const IntPoint& pointInRootFrame) const = 0;
|
|
|
| virtual bool isCustomScrollbar() const = 0;
|
| virtual ScrollbarOrientation orientation() const = 0;
|
|
|