| Index: src/gpu/SkGpuDevice.h
|
| diff --git a/src/gpu/SkGpuDevice.h b/src/gpu/SkGpuDevice.h
|
| index 56d934fe7d87fe74b452fa8e5c585c08a82ec625..628baf136b1c680010b77435d0a1eb83a6c00edc 100644
|
| --- a/src/gpu/SkGpuDevice.h
|
| +++ b/src/gpu/SkGpuDevice.h
|
| @@ -131,9 +131,8 @@ 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);
|
| + sk_sp<SkSpecialImage> asSpecial() override;
|
| + void drawSpecial(const SkDraw&, SkSpecialImage*, int left, int top, const SkPaint&) override;
|
|
|
| void flush() override;
|
|
|
|
|