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

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

Issue 2045963003: WebScrollbarThemeClientImpl should not be DisplayItemClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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 a29db05eeccfc0049db53dad139862ea96b9c67a..e0325fd77607fd692604f92c1d2a5411da34bfc0 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -30,7 +30,6 @@
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/geometry/IntSize.h"
-#include "platform/graphics/paint/DisplayItemClient.h"
#include "platform/scroll/ScrollTypes.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/Vector.h"
@@ -39,7 +38,7 @@ namespace blink {
class Widget;
-class PLATFORM_EXPORT ScrollbarThemeClient : public DisplayItemClient {
+class PLATFORM_EXPORT ScrollbarThemeClient {
public:
virtual int x() const = 0;
virtual int y() const = 0;

Powered by Google App Engine
This is Rietveld 408576698