diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-24 13:24:05 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-01-25 06:39:05 +0000 |
commit | aef70869b0fae3001648ec2a2651ffc9c507678f (patch) | |
tree | 0622c0630bc22eb09562a8d4790716a55c1ba383 /vcl/skia/gdiimpl.cxx | |
parent | 81ced283de2d0da377225afeb589b793716238bd (diff) |
Update skia to m110
Removing those bits of the patches that appear to have been
upstreamed.
Change-Id: Ia7683c26af4c622ca4fccb828df023ae30e724a6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146069
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.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx index 15d901d93ff2..6fb496c086b0 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> |