| 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 67b3eac6a80a41cc8e62b73603ad1e2d05955d3e..fae9b2cef2580236e89d29083e1a6f97fb005e11 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace blink {
|
|
|
| -class Widget;
|
| +class FrameViewBase;
|
|
|
| class PLATFORM_EXPORT ScrollbarThemeClient {
|
| public:
|
| @@ -46,8 +46,8 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
|
| virtual IntSize size() const = 0;
|
| virtual IntPoint location() const = 0;
|
|
|
| - virtual Widget* parent() const = 0;
|
| - virtual Widget* root() const = 0;
|
| + virtual FrameViewBase* parent() const = 0;
|
| + virtual FrameViewBase* root() const = 0;
|
|
|
| virtual void setFrameRect(const IntRect&) = 0;
|
| virtual IntRect frameRect() const = 0;
|
|
|