| Index: src/core/SkReadBuffer.h
|
| diff --git a/src/core/SkReadBuffer.h b/src/core/SkReadBuffer.h
|
| index 8f15a8d366ea282ce599151e7613b298e20d4983..f82f5662c7137cc75383300722d681c1c5d9528c 100644
|
| --- a/src/core/SkReadBuffer.h
|
| +++ b/src/core/SkReadBuffer.h
|
| @@ -204,6 +204,12 @@ public:
|
| }
|
|
|
| /**
|
| + * If we are using this ReadBuffer to unflatten drawable, this function should
|
| + * be called. It will register the default unflattening proc for SkRecordedDrawable.
|
| + */
|
| + void initDrawableFactories();
|
| +
|
| + /**
|
| * For an input flattenable (specified by name), set a custom factory proc
|
| * to use when unflattening. Will make a copy of |name|.
|
| *
|
|
|