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 7a3f5e0239998b995636e0681081a5abe8a12011..bd6780d407d26adaccd39c703b00dfb8b4a82ab0 100644 |
--- a/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
+++ b/Source/core/platform/chromium/support/WebScrollbarThemeClientImpl.cpp |
@@ -153,6 +153,11 @@ WebCore::ScrollbarOrientation WebScrollbarThemeClientImpl::orientation() const |
return static_cast<WebCore::ScrollbarOrientation>(m_scrollbar->orientation()); |
} |
+bool WebScrollbarThemeClientImpl::isLeftSideVerticalScrollbar() const |
+{ |
+ return m_scrollbar->isLeftSideVerticalScrollbar(); |
+} |
+ |
int WebScrollbarThemeClientImpl::value() const |
{ |
return m_scrollbar->value(); |