Chromium Code Reviews| Index: include/core/SkCanvas.h |
| =================================================================== |
| --- include/core/SkCanvas.h (revision 13719) |
| +++ include/core/SkCanvas.h (working copy) |
| @@ -1161,6 +1161,8 @@ |
| // don't call |
| void internal_private_getTotalClipAsPath(SkPath*) const; |
| + void internalPrivate_PreLoad(const SkBitmap& bitmap, const SkIRect& rect); |
| + |
| protected: |
| // default impl defers to getDevice()->newSurface(info) |
| virtual SkSurface* onNewSurface(const SkImageInfo&); |