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

Unified Diff: include/effects/SkPictureImageFilter.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/core/SkPaint.h ('k') | src/core/SkMatrixImageFilter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/effects/SkPictureImageFilter.h
diff --git a/include/effects/SkPictureImageFilter.h b/include/effects/SkPictureImageFilter.h
index 8294e1fff2a31c282f612d30c6d978c80d99b5af..731e11e48c81ac55bfe6ca902920708ebdd96f19 100644
--- a/include/effects/SkPictureImageFilter.h
+++ b/include/effects/SkPictureImageFilter.h
@@ -43,13 +43,6 @@ public:
return SkNEW_ARGS(SkPictureImageFilter, (picture, cropRect,
kLocalSpace_PictureResolution, filterQuality));
}
-#ifdef SK_SUPPORT_LEGACY_FILTERLEVEL_ENUM
- static SkPictureImageFilter* CreateForLocalSpace(const SkPicture* picture,
- const SkRect& cropRect,
- SkPaint::FilterLevel filterLevel) {
- return CreateForLocalSpace(picture, cropRect, (SkFilterQuality)filterLevel);
- }
-#endif
SK_TO_STRING_OVERRIDE()
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPictureImageFilter)
« no previous file with comments | « include/core/SkPaint.h ('k') | src/core/SkMatrixImageFilter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698