| Index: include/core/SkBitmap.h
|
| diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h
|
| index 2cdac27bad86d839c1c15fe38eed2aa3b2b371ea..4951cf19cf7b15ef70dd1a09035f2ef7b95dbcce 100644
|
| --- a/include/core/SkBitmap.h
|
| +++ b/include/core/SkBitmap.h
|
| @@ -658,8 +658,8 @@ public:
|
| buffers as they can optimize the recording process and avoid recording
|
| duplicate bitmaps and pixelRefs.
|
| */
|
| - void flatten(SkFlattenableWriteBuffer&) const;
|
| - void unflatten(SkFlattenableReadBuffer&);
|
| + void flatten(SkWriteBuffer&) const;
|
| + void unflatten(SkReadBuffer&);
|
|
|
| SkDEBUGCODE(void validate() const;)
|
|
|
|
|