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

Unified Diff: src/core/SkMatrixImageFilter.h

Issue 1140573004: Antialias matrix-image-filter to get smooth diagonals Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add SK_SUPPORT_LEGACY_IMAGEFILTER_TRANSFORM_SCRATCH_LAYTER guard Created 5 years, 7 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/core/SkMatrixImageFilter.h
diff --git a/src/core/SkMatrixImageFilter.h b/src/core/SkMatrixImageFilter.h
index 012a36057da3048dca081362bfeea461ec05454f..1f556856287712a1e008558370dce2212d6cbee7 100644
--- a/src/core/SkMatrixImageFilter.h
+++ b/src/core/SkMatrixImageFilter.h
@@ -57,6 +57,8 @@ protected:
SkIRect* dst) const override;
private:
+ bool onMayDrawWithMatrix() const override { return true; }
+
SkMatrix fTransform;
SkFilterQuality fFilterQuality;
typedef SkImageFilter INHERITED;

Powered by Google App Engine
This is Rietveld 408576698