Skip to content

Commit

Permalink
Remove SK_SUPPORT_LEGACY_IMAGEFILTER_PTR flag
Browse files Browse the repository at this point in the history
This guarded the swap of Skia's ImageFilter factories over to smart
pointers, which is now complete.

Review-Url: https://codereview.chromium.org/2093333002
Cr-Commit-Position: refs/heads/master@{#402162}
  • Loading branch information
Naburimannu authored and Commit bot committed Jun 27, 2016
1 parent b8d796f commit a7c0e4a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,10 +226,6 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
# define SK_IGNORE_GPU_DITHER
#endif

#ifndef SK_SUPPORT_LEGACY_IMAGEFILTER_PTR
# define SK_SUPPORT_LEGACY_IMAGEFILTER_PTR
#endif

#ifndef SK_SUPPORT_LEGACY_EVAL_CUBIC
# define SK_SUPPORT_LEGACY_EVAL_CUBIC
#endif
Expand Down

0 comments on commit a7c0e4a

Please sign in to comment.