| 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 552a1e91516af26827a21f9a6f2a86194534687d..a545944b225e5552320a07108352ce78d0b07363 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
|
|
| class Widget;
|
|
|
| -class PLATFORM_EXPORT ScrollbarThemeClient {
|
| +class PLATFORM_EXPORT ScrollbarThemeClient : public DisplayItemClient {
|
| public:
|
| virtual int x() const = 0;
|
| virtual int y() const = 0;
|
| @@ -96,9 +96,6 @@ public:
|
| virtual bool thumbNeedsRepaint() const = 0;
|
| virtual void setThumbNeedsRepaint(bool) = 0;
|
|
|
| - virtual DisplayItemClient displayItemClient() const = 0;
|
| - virtual String debugName() const = 0;
|
| -
|
| protected:
|
| virtual ~ScrollbarThemeClient() { }
|
| };
|
|
|