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(); |