summaryrefslogtreecommitdiff
path: root/vcl/skia/gdiimpl.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2023-01-27 10:48:45 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2023-01-30 10:52:07 +0000
commit9c9a711ac5d8f32ac318d0e4ecab7b3a26bc2150 (patch)
tree927f6acdccb70e544dd94a129f656ca311e87006 /vcl/skia/gdiimpl.cxx
parente2c811e6f9c0b2de47153a70a783f4d808eab3ab (diff)
Update skia to m111
(*) Remove patches already upstream (*) Remove the skia_sk_cpu_sse_level_0_by_default.patch.1 patch and rather set that define via -D parameter, because that is how the skia BUILD.gn seems to do it. (*) I hand edited the PCH file, because running the update_pch script failed for me. Change-Id: I1fd175b9f63f8d2792a1876e4ece03fe92fb5374 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146251 Tested-by: Jenkins Tested-by: Noel Grandin <noel.grandin@collabora.co.uk> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/skia/gdiimpl.cxx')
-rw-r--r--vcl/skia/gdiimpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index d0eb2ceaf51e..0ffafb040a46 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -34,6 +34,7 @@
#include <SkGradientShader.h>
#include <SkPath.h>
#include <SkRegion.h>
+#include <SkPathEffect.h>
#include <SkDashPathEffect.h>
#include <GrBackendSurface.h>
#include <SkTextBlob.h>