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

Unified Diff: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp

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/exported/WebScrollbarThemeClientImpl.cpp
diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
index 83ab99dba1baa6a091acf11e7c46bab77b360346..5d0b0106945516d84ca55b87eae49a888b174f35 100644
--- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
+++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.cpp
@@ -254,12 +254,6 @@ void WebScrollbarThemeClientImpl::setThumbNeedsRepaint(bool)
ASSERT_NOT_REACHED();
}
-DisplayItemClient WebScrollbarThemeClientImpl::displayItemClient() const
-{
- ASSERT_NOT_REACHED();
- return toDisplayItemClient(this);
-}
-
String WebScrollbarThemeClientImpl::debugName() const
{
return "WebScrollbarThemeClientImpl";

Powered by Google App Engine
This is Rietveld 408576698