Index: cc/layers/painted_scrollbar_layer.h |
diff --git a/cc/layers/painted_scrollbar_layer.h b/cc/layers/painted_scrollbar_layer.h |
index 4799bfb3fa14fd6504e6a06f02c6d306d619922d..56bacae75e24271d72d8f66d837ec94b2c82d0d6 100644 |
--- a/cc/layers/painted_scrollbar_layer.h |
+++ b/cc/layers/painted_scrollbar_layer.h |
@@ -77,7 +77,8 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface, |
int MaxTextureSize(); |
float ClampScaleToMaxTextureSize(float scale); |
- UIResourceBitmap RasterizeScrollbarPart(const gfx::Rect& rect, |
+ UIResourceBitmap RasterizeScrollbarPart(const gfx::Rect& layer_rect, |
+ const gfx::Rect& content_rect, |
ScrollbarPart part); |
scoped_ptr<Scrollbar> scrollbar_; |