diff options
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_skia.h.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index 85711486984f..602e18a3f67b 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -31,7 +31,7 @@ are the same. // GPU support (set by configure). -#undef SK_SUPPORT_GPU +#undef SK_GANESH // Vulkan support enabled (set by configure). #undef SK_VULKAN // Metal support enabled (set by configure). @@ -40,9 +40,6 @@ are the same. // Memory allocator for Vulkan. #define SK_USE_VMA 1 -// Set by Skia's BUILD.gn. -#define GR_OP_ALLOCATE_USE_NEW - #define SK_CODEC_DECODES_PNG 1 #define SK_ENCODE_PNG 1 |