remove dead (unused) flags
Change-Id: Ib6000f82181fe46686bb2a729d565de23131c7d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569358 Commit-Queue: Mike Reed <reed@google.com> Reviewed-by: Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#832832}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
95816e97cd
commit
65edec80f4
@ -204,10 +204,6 @@ SK_API void SkDebugf_FileLine(const char* file,
|
||||
# define SK_SUPPORT_LEGACY_ANISOTROPIC_MIPMAP_SCALE
|
||||
#endif
|
||||
|
||||
#ifndef SK_DISABLE_LEGACY_CONTEXT_FACTORIES
|
||||
#define SK_DISABLE_LEGACY_CONTEXT_FACTORIES
|
||||
#endif
|
||||
|
||||
#ifndef SK_SUPPORT_LEGACY_ONDRAWIMAGERECT
|
||||
#define SK_SUPPORT_LEGACY_ONDRAWIMAGERECT
|
||||
#endif
|
||||
@ -232,9 +228,6 @@ SK_API void SkDebugf_FileLine(const char* file,
|
||||
// Staging for lowp::bilerp_clamp_8888, and for planned misc. others.
|
||||
#define SK_DISABLE_LOWP_BILERP_CLAMP_CLAMP_STAGE
|
||||
|
||||
// Staging for Skia requiring GrDirectContext in SkImage::readPixels.
|
||||
#define SK_IMAGE_READ_PIXELS_LEGACY_API
|
||||
|
||||
///////////////////////// Imported from BUILD.gn and skia_common.gypi
|
||||
|
||||
/* In some places Skia can use static initializers for global initialization,
|
||||
|
Reference in New Issue
Block a user