| Index: include/core/SkDevice.h
|
| ===================================================================
|
| --- include/core/SkDevice.h (revision 13719)
|
| +++ include/core/SkDevice.h (working copy)
|
| @@ -384,6 +384,8 @@
|
| // either is identical to kNative_Premul_Config8888. Otherwise, -1.
|
| static const SkCanvas::Config8888 kPMColorAlias;
|
|
|
| + virtual void internalPrivate_PreLoad(const SkBitmap& bitmap, const SkIRect& rect);
|
| +
|
| protected:
|
| // default impl returns NULL
|
| virtual SkSurface* newSurface(const SkImageInfo&);
|
|
|