| Index: trunk/src/cc/layers/painted_scrollbar_layer.h
|
| ===================================================================
|
| --- trunk/src/cc/layers/painted_scrollbar_layer.h (revision 223178)
|
| +++ trunk/src/cc/layers/painted_scrollbar_layer.h (working copy)
|
| @@ -68,8 +68,8 @@
|
| int MaxTextureSize();
|
| float ClampScaleToMaxTextureSize(float scale);
|
|
|
| - UIResourceBitmap RasterizeScrollbarPart(gfx::Rect rect,
|
| - ScrollbarPart part);
|
| + scoped_refptr<UIResourceBitmap> RasterizeScrollbarPart(gfx::Rect rect,
|
| + ScrollbarPart part);
|
|
|
| scoped_ptr<Scrollbar> scrollbar_;
|
| int scroll_layer_id_;
|
|
|