Add flag to hide legacy imageshader factories
Bug: skia:11056 Change-Id: Idc812ddfe2c29fb6a3f9665ea14ca27bb92890f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575583 Reviewed-by: Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#834749}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
952739d114
commit
bbdc337596
@ -225,6 +225,10 @@ SK_API void SkDebugf_FileLine(const char* file,
|
|||||||
#define GR_OP_ALLOCATE_USE_NEW
|
#define GR_OP_ALLOCATE_USE_NEW
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY
|
||||||
|
#define SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY
|
||||||
|
#endif
|
||||||
|
|
||||||
// Staging for lowp::bilerp_clamp_8888, and for planned misc. others.
|
// Staging for lowp::bilerp_clamp_8888, and for planned misc. others.
|
||||||
#define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE
|
#define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user