Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(668)

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h

Issue 1497873002: Make DisplayItemClient an interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() { }
};
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp ('k') | third_party/WebKit/Source/web/PageOverlay.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698