Index: webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
diff --git a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
index e89a0cb4f5564e3a22f69aa3a69e22b67db13548..27494c7bd3647e0c611686ce6359a0b8cc3c2f2b 100644 |
--- a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
+++ b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
@@ -36,7 +36,14 @@ class WebCompositorSupportImpl : public blink::WebCompositorSupport { |
blink::WebScrollbarThemePainter painter, |
blink::WebScrollbarThemeGeometry*); |
virtual blink::WebScrollbarLayer* createSolidColorScrollbarLayer( |
- blink::WebScrollbar::Orientation orientation, int thumb_thickness, |
+ blink::WebScrollbar::Orientation orientation, |
+ int thumb_thickness, |
+ int track_start, |
+ bool is_left_side_vertical_scrollbar); |
+ // FIXME(aelias): Delete this after Blink roll. |
+ virtual blink::WebScrollbarLayer* createSolidColorScrollbarLayer( |
+ blink::WebScrollbar::Orientation orientation, |
+ int thumb_thickness, |
bool is_left_side_vertical_scrollbar); |
virtual blink::WebAnimation* createAnimation( |
const blink::WebAnimationCurve& curve, |