Skip to content

Commit

Permalink
add flag for future Skia CL
Browse files Browse the repository at this point in the history
See https://skia-review.googlesource.com/c/21739/

NOTRY=True

Bug: 
Change-Id: I070f26e88d0ad3b4925c082b84ef1f9a148212cf
Reviewed-on: https://chromium-review.googlesource.com/565767
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Mike Reed <reed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#485406}
  • Loading branch information
reed-at-google authored and Commit Bot committed Jul 10, 2017
1 parent d4b2912 commit a00da5f
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 @@ -224,6 +224,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_SUPPORT_LEGACY_BILERP_IGNORING_HACK
#endif

#ifndef SK_SUPPORT_LEGACY_MASK_BLUR
#define SK_SUPPORT_LEGACY_MASK_BLUR
#endif

///////////////////////// Imported from BUILD.gn and skia_common.gypi

/* In some places Skia can use static initializers for global initialization,
Expand Down

0 comments on commit a00da5f

Please sign in to comment.