| Index: src/lazy/SkDiscardablePixelRef.h
|
| diff --git a/src/lazy/SkDiscardablePixelRef.h b/src/lazy/SkDiscardablePixelRef.h
|
| index 3b38fa669c9c27d0e863354df6aec4222f52c711..695d441d2b1a05baa1373da848c7d645d8359c72 100644
|
| --- a/src/lazy/SkDiscardablePixelRef.h
|
| +++ b/src/lazy/SkDiscardablePixelRef.h
|
| @@ -66,7 +66,7 @@ private:
|
| return fGenerator->getYUV8Planes(sizes, planes, rowBytes, colorSpace);
|
| }
|
|
|
| - friend bool SkInstallDiscardablePixelRef(SkImageGenerator*, const SkIRect*, SkBitmap*,
|
| + friend bool SkDEPRECATED_InstallDiscardablePixelRef(SkImageGenerator*, const SkIRect*, SkBitmap*,
|
| SkDiscardableMemory::Factory*);
|
|
|
| typedef SkPixelRef INHERITED;
|
|
|