| Index: src/lazy/SkDiscardablePixelRef.h
|
| diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h
|
| index ae955d6eba1b0a4acba7bec6f54b72a7011c63fd..fb0530f490d42c5bd9ca36e2f3d6852dfe168b1b 100644
|
| --- a/src/lazy/SkDiscardablePixelRef.h
|
| +++ b/src/lazy/SkDiscardablePixelRef.h
|
| @@ -36,6 +36,10 @@ protected:
|
| return fGenerator->refEncodedData();
|
| }
|
|
|
| + virtual bool getYUV8Planes(SkISize sizes[3], void* planes[3], int rowBytes[3]) SK_OVERRIDE {
|
| + return fGenerator->getYUV8Planes(sizes, planes, rowBytes);
|
| + }
|
| +
|
| private:
|
| SkImageGenerator* const fGenerator;
|
| SkDiscardableMemory::Factory* const fDMFactory;
|
|
|