Index: Source/core/platform/ScrollbarThemeClient.h |
diff --git a/Source/core/platform/ScrollbarThemeClient.h b/Source/core/platform/ScrollbarThemeClient.h |
index 8372736f455c6eb2773cc496ba9ab52b3027d3d5..1fca367d520bb574b60b0ece4570fc4cef67f73a 100644 |
--- a/Source/core/platform/ScrollbarThemeClient.h |
+++ b/Source/core/platform/ScrollbarThemeClient.h |
@@ -64,6 +64,7 @@ public: |
virtual bool isCustomScrollbar() const = 0; |
virtual ScrollbarOrientation orientation() const = 0; |
+ virtual bool isLeftSideVerticalScrollbar() const = 0; |
virtual int value() const = 0; |
virtual float currentPos() const = 0; |