| 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 482fb1f3d5f5bf94d7dbfc7626b4c4e768797ea6..0c1acb1b8c560bcfaf4f37ad0c80ee8e7198a7fc 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
|
| @@ -53,8 +53,8 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
|
| int height() const override;
|
| IntSize size() const override;
|
| IntPoint location() const override;
|
| - Widget* parent() const override;
|
| - Widget* root() const override;
|
| + FrameViewBase* parent() const override;
|
| + FrameViewBase* root() const override;
|
| void setFrameRect(const IntRect&) override;
|
| IntRect frameRect() const override;
|
| void invalidate() override;
|
|
|