Index: cc/scrollbar_layer.h |
diff --git a/cc/scrollbar_layer.h b/cc/scrollbar_layer.h |
index 5d1cd06de236873fbb35509538443f580c15aaf2..dd8abdd22ce7a3beb14632be31065fe618dc93d3 100644 |
--- a/cc/scrollbar_layer.h |
+++ b/cc/scrollbar_layer.h |
@@ -21,7 +21,7 @@ class ScrollbarThemeComposite; |
class CC_EXPORT ScrollbarLayer : public ContentsScalingLayer { |
public: |
- virtual scoped_ptr<LayerImpl> createLayerImpl() OVERRIDE; |
+ virtual scoped_ptr<LayerImpl> createLayerImpl(LayerTreeHostImpl* hostImpl) OVERRIDE; |
static scoped_refptr<ScrollbarLayer> create(scoped_ptr<WebKit::WebScrollbar>, WebKit::WebScrollbarThemePainter, scoped_ptr<WebKit::WebScrollbarThemeGeometry>, int scrollLayerId); |