Index: include/gpu/SkGpuDevice.h |
=================================================================== |
--- include/gpu/SkGpuDevice.h (revision 13719) |
+++ include/gpu/SkGpuDevice.h (working copy) |
@@ -146,6 +146,8 @@ |
virtual bool filterImage(const SkImageFilter*, const SkBitmap&, const SkMatrix&, |
SkBitmap*, SkIPoint*) SK_OVERRIDE; |
+ virtual void internalPrivate_PreLoad(const SkBitmap& bitmap, const SkIRect& rect); |
+ |
class SkAutoCachedTexture; // used internally |
protected: |