Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(298)

Unified Diff: src/gpu/SkGpuDevice.h

Issue 2155063002: use special-image for imagefilters and save/restore layer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698