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/21372/

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

#ifndef SK_SUPPORT_NONSTD_BLENDMODES
#define SK_SUPPORT_NONSTD_BLENDMODES
#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 065872a

Please sign in to comment.