| Index: Source/platform/scroll/ScrollbarThemeClient.h
|
| diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h
|
| index 50cde48ebe99f18ee49bdc2ae33bed94056f5d60..b45647a8190bd100c80c6a42d7272f5c019ad0d2 100644
|
| --- a/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -35,7 +35,7 @@
|
|
|
| namespace WebCore {
|
|
|
| -class ScrollView;
|
| +class Widget;
|
|
|
| class ScrollbarThemeClient {
|
| public:
|
| @@ -46,8 +46,8 @@ public:
|
| virtual IntSize size() const = 0;
|
| virtual IntPoint location() const = 0;
|
|
|
| - virtual ScrollView* parent() const = 0;
|
| - virtual ScrollView* root() const = 0;
|
| + virtual Widget* parent() const = 0;
|
| + virtual Widget* root() const = 0;
|
|
|
| virtual void setFrameRect(const IntRect&) = 0;
|
| virtual IntRect frameRect() const = 0;
|
|
|