Skip to content

Commit

Permalink
add flag to stage Skia API change
Browse files Browse the repository at this point in the history
See https://skia-review.googlesource.com/c/skia/+/337719

Change-Id: I39edd57272ecd08c25999ffe2efe22c091a1b544
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2555899
Reviewed-by: Mike Klein <mtklein@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Cr-Commit-Position: refs/heads/master@{#830374}
  • Loading branch information
reed-at-google authored and Commit Bot committed Nov 24, 2020
1 parent 102c083 commit a35040a
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 @@ -233,6 +233,10 @@ SK_API void SkDebugf_FileLine(const char* file,
#define SK_SUPPORT_LEGACY_ADJUSTHQHEURISTIC
#endif

#ifndef SK_SUPPORT_LEGACY_SCALEPIXELS_PARAM
#define SK_SUPPORT_LEGACY_SCALEPIXELS_PARAM
#endif

// Staging for lowp::bilerp_clamp_8888, and for planned misc. others.
#define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE

Expand Down

0 comments on commit a35040a

Please sign in to comment.