diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/skia/graphite.patch | |
Diffstat (limited to 'vcpkg/ports/skia/graphite.patch')
| -rw-r--r-- | vcpkg/ports/skia/graphite.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/ports/skia/graphite.patch b/vcpkg/ports/skia/graphite.patch new file mode 100644 index 0000000..92b0fbc --- /dev/null +++ b/vcpkg/ports/skia/graphite.patch @@ -0,0 +1,12 @@ +diff --git a/include/gpu/graphite/Recorder.h b/include/gpu/graphite/Recorder.h +index 63c7bc55d5..a7adc83271 100644 +--- a/include/gpu/graphite/Recorder.h ++++ b/include/gpu/graphite/Recorder.h +@@ -12,6 +12,7 @@ + #include "include/core/SkRecorder.h" + #include "include/core/SkRefCnt.h" + #include "include/gpu/graphite/GraphiteTypes.h" ++#include "include/gpu/graphite/ImageProvider.h" + #include "include/gpu/graphite/Recording.h" + #include "include/private/base/SingleOwner.h" + #include "include/private/base/SkAPI.h" |