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

Unified Diff: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp

Issue 26936002: Remove Widget's dependency upon its own inheritor aka ScrollView. This was nasty from an OO design… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Fix for clang compile error Created 7 years, 2 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: Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
diff --git a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
index bd6780d407d26adaccd39c703b00dfb8b4a82ab0..333a5646dfe3c5ea30940b8ba8f5e2ff4d6117b0 100644
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp
@@ -73,14 +73,14 @@ IntPoint WebScrollbarThemeClientImpl::location() const
return m_scrollbar->location();
}
-ScrollView* WebScrollbarThemeClientImpl::parent() const
+Widget* WebScrollbarThemeClientImpl::parent() const
{
// Unused by Chromium scrollbar themes.
ASSERT_NOT_REACHED();
return 0;
}
-ScrollView* WebScrollbarThemeClientImpl::root() const
+Widget* WebScrollbarThemeClientImpl::root() const
{
// Unused by Chromium scrollbar themes.
ASSERT_NOT_REACHED();
« no previous file with comments | « Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.h ('k') | Source/core/rendering/RenderWidget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698