Skip to content

Commit

Permalink
Prepare to use new image blur code
Browse files Browse the repository at this point in the history
Change-Id: I11822f1741c9dc60323cc2b43a13f74ade7b337f
Reviewed-on: https://chromium-review.googlesource.com/709695
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Herb Derby <herb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#507799}
  • Loading branch information
herbderby authored and Commit Bot committed Oct 10, 2017
1 parent cbbdc4c commit 900c4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions skia/config/SkUserConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_DISABLE_DEFERRED_PROXIES
#endif

#ifndef SK_SUPPORT_LEGACY_BLUR_IMAGE
#define SK_SUPPORT_LEGACY_BLUR_IMAGE
#endif

#ifndef SK_SUPPORT_LEGACY_DELTA_AA
#define SK_SUPPORT_LEGACY_DELTA_AA
#endif
Expand Down

0 comments on commit 900c4ab

Please sign in to comment.