Remove flag for misc sampling apis
Change-Id: Ia1f2d94000b6929883face241d1786de9d65e22a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/358736 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
parent
1ea6d6051e
commit
3f31f3027f
@ -17,6 +17,7 @@ flutter_defines = [
|
||||
# Staging
|
||||
"SK_SUPPORT_LEGACY_ADJUSTHQHEURISTIC",
|
||||
"SK_SUPPORT_LEGACY_IMPLICIT_FILTERQUALITY",
|
||||
"SK_SUPPORT_LEGACY_PAINT_QUALITY_APIS",
|
||||
|
||||
# Fast low-precision software rendering isn't a priority for Flutter.
|
||||
"SK_DISABLE_LEGACY_SHADERCONTEXT",
|
||||
|
@ -40,10 +40,6 @@
|
||||
|
||||
#define SK_SUPPORT_LEGACY_DRAWIMAGE_NOSAMPLING
|
||||
|
||||
#ifndef SK_SUPPORT_LEGACY_PAINT_QUALITY_APIS
|
||||
#define SK_SUPPORT_LEGACY_PAINT_QUALITY_APIS
|
||||
#endif
|
||||
|
||||
class GrBackendRenderTarget;
|
||||
class GrRecordingContext;
|
||||
class GrSurfaceDrawContext;
|
||||
|
Loading…
Reference in New Issue
Block a user