Chromium Code Reviews| 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..3a959b84979e2a4bdac56c5e19c5a03e76fda15a 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& rect, |
|
danakj
2014/02/13 19:16:22
call this one content_rect so we can give it some
bokan
2014/02/14 20:18:27
Done.
|
| ScrollbarPart part); |
| scoped_ptr<Scrollbar> scrollbar_; |