| Index: cc/layers/painted_scrollbar_layer.h
|
| diff --git a/cc/layers/painted_scrollbar_layer.h b/cc/layers/painted_scrollbar_layer.h
|
| index 8140f8c28356f29c43d58ec1ed8eef68172ae797..e84377d1e5a5e4ef69c5173e10e8761219368ce1 100644
|
| --- a/cc/layers/painted_scrollbar_layer.h
|
| +++ b/cc/layers/painted_scrollbar_layer.h
|
| @@ -68,8 +68,8 @@ class CC_EXPORT PaintedScrollbarLayer : public ScrollbarLayerInterface,
|
| int MaxTextureSize();
|
| float ClampScaleToMaxTextureSize(float scale);
|
|
|
| - scoped_refptr<UIResourceBitmap> RasterizeScrollbarPart(gfx::Rect rect,
|
| - ScrollbarPart part);
|
| + UIResourceBitmap RasterizeScrollbarPart(gfx::Rect rect,
|
| + ScrollbarPart part);
|
|
|
| scoped_ptr<Scrollbar> scrollbar_;
|
| int scroll_layer_id_;
|
|
|