diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-07-09 17:10:02 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-07-12 12:20:05 +0200 |
commit | b050b7eeff089ead4dd121967cf323d683f171bc (patch) | |
tree | 8cc83bf6e63957bc3d0f38a2531361e7bbce75ee /external/skia/inc/pch | |
parent | ec9b4bf1b671fa1b14ca51f0275480ab17da3d20 (diff) |
update pches
Change-Id: I75602277a5a26b012a12f2c4f4b7ff5bb663b0b9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98474
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'external/skia/inc/pch')
-rw-r--r-- | external/skia/inc/pch/precompiled_skia.hxx | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/external/skia/inc/pch/precompiled_skia.hxx b/external/skia/inc/pch/precompiled_skia.hxx index a28dd583e72a..4ac84df0f835 100644 --- a/external/skia/inc/pch/precompiled_skia.hxx +++ b/external/skia/inc/pch/precompiled_skia.hxx @@ -13,7 +13,7 @@ manual changes will be rewritten by the next run of update_pch.sh (which presumably also fixes all possible problems, so it's usually better to use it). - Generated on 2020-06-30 17:38:10 using: + Generated on 2020-07-09 17:06:26 using: ./bin/update_pch external/skia skia --cutoff=1 --exclude:system --include:module --include:local If after updating build fails, use the following command to locate conflicting headers: @@ -70,7 +70,7 @@ #include <rtl/alloc.h> #include <sal/log.hxx> #endif // PCH_LEVEL >= 2 -// PCH_LEVEL >= 3 +#if PCH_LEVEL >= 3 #include <include/c/sk_canvas.h> #include <include/c/sk_colorspace.h> #include <include/c/sk_data.h> @@ -953,8 +953,9 @@ #include <tools/gpu/vk/VkTestUtils.h> #include <tools/sk_app/VulkanWindowContext.h> #include <vulkan/vulkan_core.h> +#endif // PCH_LEVEL >= 3 +#if PCH_LEVEL >= 4 #include <skia_compiler.hxx> -// PCH_LEVEL >= 4 -// PCH_LEVEL >= 5 +#endif // PCH_LEVEL >= 4 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |