Index: public/platform/WebCompositorSupport.h |
diff --git a/public/platform/WebCompositorSupport.h b/public/platform/WebCompositorSupport.h |
index 8475c1ec32062771e793c3e026f60056cb2558dc..140cfd2e124bf3449c7dc874baa07a3568356f87 100644 |
--- a/public/platform/WebCompositorSupport.h |
+++ b/public/platform/WebCompositorSupport.h |
@@ -80,7 +80,7 @@ public: |
// The ownership of the WebScrollbarThemeGeometry pointer is passed to Chromium. |
virtual WebScrollbarLayer* createScrollbarLayer(WebScrollbar*, WebScrollbarThemePainter, WebScrollbarThemeGeometry*) { return 0; } |
- virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, bool isLeftSideVerticalScrollbar) { return 0; } |
+ virtual WebScrollbarLayer* createSolidColorScrollbarLayer(WebScrollbar::Orientation, int thumbThickness, int trackStart, bool isLeftSideVerticalScrollbar) { return 0; } |
// Animation ---------------------------------------------------- |