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

Unified Diff: src/core/SkMatrixImageFilter.h

Issue 1205803002: remove SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « include/effects/SkPictureImageFilter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/core/SkMatrixImageFilter.h
diff --git a/src/core/SkMatrixImageFilter.h b/src/core/SkMatrixImageFilter.h
index 012a36057da3048dca081362bfeea461ec05454f..83f2cfaf338b0e2882dea72c6827b5314e09fc6c 100644
--- a/src/core/SkMatrixImageFilter.h
+++ b/src/core/SkMatrixImageFilter.h
@@ -31,13 +31,6 @@ public:
static SkMatrixImageFilter* Create(const SkMatrix& transform,
SkFilterQuality,
SkImageFilter* input = NULL);
-#ifdef SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM
- static SkMatrixImageFilter* Create(const SkMatrix& transform,
- SkPaint::FilterLevel level,
- SkImageFilter* input = NULL) {
- return Create(transform, SkFilterQuality(level), input);
- }
-#endif
virtual ~SkMatrixImageFilter();
void computeFastBounds(const SkRect&, SkRect*) const override;
« no previous file with comments | « include/effects/SkPictureImageFilter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698