| Index: include/core/SkMallocPixelRef.h
|
| diff --git a/include/core/SkMallocPixelRef.h b/include/core/SkMallocPixelRef.h
|
| index aaa045f948644c689e464e609f7e755bf27988ad..2fc87cd45f64123b75745c25b56896cb466bac48 100644
|
| --- a/include/core/SkMallocPixelRef.h
|
| +++ b/include/core/SkMallocPixelRef.h
|
| @@ -78,6 +78,12 @@ public:
|
|
|
| void* getAddr() const { return fStorage; }
|
|
|
| + class PRFactory : public SkPixelRefFactory {
|
| + public:
|
| + virtual SkPixelRef* create(const SkImageInfo&,
|
| + SkColorTable*) SK_OVERRIDE;
|
| + };
|
| +
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkMallocPixelRef)
|
|
|
| protected:
|
|
|