Skip to content

Commit

Permalink
add flag to stage api change to SkShader tilemodes
Browse files Browse the repository at this point in the history
Bug: skia:8937
Change-Id: If9bb3f06d4fad64e2e44d4cae96aa2a0db0a04c1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1551119
Commit-Queue: Mike Reed <reed@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Cr-Commit-Position: refs/heads/master@{#647328}
  • Loading branch information
reed-at-google authored and Commit Bot committed Apr 3, 2019
1 parent 9e16920 commit fbfe335
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 @@ -169,6 +169,10 @@ SK_API void SkDebugf_FileLine(const char* file, int line, bool fatal,
#define SK_ENABLE_LEGACY_TEXT_COLOR
#endif

#ifndef SK_SUPPORT_LEGACY_TILEMODE_ENUM
#define SK_SUPPORT_LEGACY_TILEMODE_ENUM
#endif

// We're turning this off indefinitely,
// until we can figure out some fundamental problems with its approach.
//
Expand Down

0 comments on commit fbfe335

Please sign in to comment.