Files
core/external/skia/allow-no-es2restrictions.patch.1
Noel Grandin 6cdb6fea31 update to skia m135
Change-Id: I61bb92770b1204c0f6abaae355c5905028c5cc46
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182842
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Jenkins
2025-03-13 06:35:55 +01:00

14 lines
464 B
Groff

diff --git a/include/effects/SkRuntimeEffect.h b/include/effects/SkRuntimeEffect.h
index e424910b34..cee7794d3a 100644
--- a/include/effects/SkRuntimeEffect.h
+++ b/include/effects/SkRuntimeEffect.h
@@ -129,7 +129,7 @@ public:
// When possible this name will be used to identify the created runtime effect.
std::string_view fName;
- private:
+// private:
friend class SkRuntimeEffect;
friend class SkRuntimeEffectPriv;