| Index: cc/test/skia_common.h
|
| diff --git a/cc/test/skia_common.h b/cc/test/skia_common.h
|
| index 51ebcc5cbbb718125ac1c800f0b55776ff93e733..2dc79b0cad94f6dd956e4aaae3d396d24e51a4f9 100644
|
| --- a/cc/test/skia_common.h
|
| +++ b/cc/test/skia_common.h
|
| @@ -28,7 +28,7 @@ void DrawDisplayList(unsigned char* buffer,
|
| const gfx::Rect& layer_rect,
|
| scoped_refptr<DisplayItemList> list);
|
|
|
| -void CreateBitmap(const gfx::Size& size, const char* uri, SkBitmap* bitmap);
|
| +void CreateDiscardableBitmap(const gfx::Size& size, SkBitmap* bitmap);
|
|
|
| } // namespace cc
|
|
|
|
|