diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-11-13 20:22:32 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-11-17 10:54:55 +0100 |
commit | 319a03fe3975f24f1bccc88019a92217bc1df53b (patch) | |
tree | 92cacf562614295cb56e333ceb1461ff8aa2358e /config_host/config_skia.h.in | |
parent | 3c7d0c8a32f71d597f33c9219fe8099e5381ca35 (diff) |
update Skia to chrome/m88
Change-Id: I74c19597b07e9d07ee90e4191b75787241fdd845
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105829
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host/config_skia.h.in')
-rw-r--r-- | config_host/config_skia.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config_host/config_skia.h.in b/config_host/config_skia.h.in index c302dbcca3e6..10fd4374b9c5 100644 --- a/config_host/config_skia.h.in +++ b/config_host/config_skia.h.in @@ -38,6 +38,9 @@ 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 |