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 c3c87784e6f4f540c1738053d1de3018f11771aa..a5c42c8520639d1757947cb0e4edeeefff0e7d1e 100644 |
--- a/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
+++ b/webkit/renderer/compositor_bindings/web_compositor_support_impl.h |
@@ -34,6 +34,8 @@ class WebCompositorSupportImpl : public WebKit::WebCompositorSupport { |
WebKit::WebScrollbar* scrollbar, |
WebKit::WebScrollbarThemePainter painter, |
WebKit::WebScrollbarThemeGeometry*); |
+ virtual WebKit::WebScrollbarLayer* createSolidColorScrollbarLayer( |
+ WebKit::WebScrollbar::Orientation orientation, int thumb_thickness); |
virtual WebKit::WebAnimation* createAnimation( |
const WebKit::WebAnimationCurve& curve, |
WebKit::WebAnimation::TargetProperty target, |