Index: src/gpu/SkGpuDevice.h |
diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h |
index bdbbbaf2425cbcbeb9ac503c04d051e10dfa9c58..56d934fe7d87fe74b452fa8e5c585c08a82ec625 100644 |
--- a/src/gpu/SkGpuDevice.h |
+++ b/src/gpu/SkGpuDevice.h |
@@ -131,6 +131,7 @@ public: |
void drawBitmapNine(const SkDraw& draw, const SkBitmap& bitmap, const SkIRect& center, |
const SkRect& dst, const SkPaint& paint) override; |
+ sk_sp<SkSpecialImage> asSpecial(); |
void drawSpecial(const SkDraw& draw, SkSpecialImage*, |
int left, int top, const SkPaint& paint); |