From 9f816bcb3dbd4ca67ccfd3227685903c6339ccb4 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 29 Jul 2022 17:17:18 +0000 Subject: [PATCH] Roll Skia from b7945817c753 to 7d62da53c940 (2 revisions) https://skia.googlesource.com/skia.git/+log/b7945817c753..7d62da53c940 2022-07-29 johnstiles@google.com Add built-in functions as a Transform pass. 2022-07-29 johnstiles@google.com Fix subtle dehydration bug with function parameters. 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 aaclarke@google.com,fmalita@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 3c9d985a4329b..4bbd927f926e0 100644 --- a/DEPS +++ b/DEPS @@ -18,7 +18,7 @@ vars = { 'llvm_git': 'https://llvm.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': 'b7945817c7536f9f5e7bd5f43a819c22ad23d94f', + 'skia_revision': '7d62da53c9408208ce53d2f363dc2a59990d16e0', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 9a5b85a5c9525..2f312d1979011 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: e044cef4a37bd880f1638a014b148ee7 +Signature: 7055e9c8cce7a9d7e79f368c213bfc60 UNUSED LICENSES: @@ -5652,6 +5652,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp +FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp FILE: ../../../third_party/skia/src/text/StrikeForGPU.cpp FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.cpp FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.h