From 32c8ab626f0abe1ccccf0de89e3e3055b42354cf Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 30 Oct 2020 22:30:35 +0000 Subject: [PATCH] Roll Skia from d5e6368fffd0 to 7585a65ac709 (7 revisions) https://skia.googlesource.com/skia.git/+log/d5e6368fffd0..7585a65ac709 2020-10-30 reed@google.com do work in onBefore, not in constructor 2020-10-30 tdenniston@google.com [svg] Add several skeleton classes for filters 2020-10-30 tdenniston@google.com [svg] Add 'filter' presentation attribute and parsing 2020-10-30 jmbetancourt@google.com add non-looping option to SkottieViews through xml attributes 2020-10-30 csmartdalton@google.com Fix crash in SampleCCPRGeometry 2020-10-30 johnstiles@google.com Fix unknown-identifier issue discovered by fuzzer. 2020-10-30 tdenniston@google.com [svg] Rename gradient units type to object bounding box units If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC jcgregorio@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 5276ad26c2ac9..16c070e15f682 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,7 @@ vars = { 'skia_git': 'https://skia.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': 'd5e6368fffd017be63e7c13404b7ac2a07b2dd48', + 'skia_revision': '7585a65ac709b5ec9d216e0dbb4ff46850711e93', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 65ed9bfeb8956..1ff0ae0d11b9a 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: ff2759245c2168540e345c478cd825f9 +Signature: 54fa1c0b3e7ecf3027410c47231cc116 UNUSED LICENSES: @@ -4133,6 +4133,12 @@ FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp FILE: ../../../third_party/skia/modules/skshaper/src/SkUnicode.h FILE: ../../../third_party/skia/modules/skshaper/src/SkUnicode_icu.cpp +FILE: ../../../third_party/skia/modules/svg/include/SkSVGFe.h +FILE: ../../../third_party/skia/modules/svg/include/SkSVGFilter.h +FILE: ../../../third_party/skia/modules/svg/include/SkSVGFilterContext.h +FILE: ../../../third_party/skia/modules/svg/src/SkSVGFe.cpp +FILE: ../../../third_party/skia/modules/svg/src/SkSVGFilter.cpp +FILE: ../../../third_party/skia/modules/svg/src/SkSVGFilterContext.cpp FILE: ../../../third_party/skia/modules/svg/utils/SvgTool.cpp FILE: ../../../third_party/skia/samplecode/Sample3D.cpp FILE: ../../../third_party/skia/samplecode/SampleAudio.cpp