From 57f235440de3aa17a99c2e9a9aff0cb949aba007 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 13 Jul 2022 17:44:30 +0000 Subject: [PATCH] Roll Skia from e9effac80ca7 to 2fd7b18043d2 (6 revisions) https://skia.googlesource.com/skia.git/+log/e9effac80ca7..2fd7b18043d2 2022-07-13 johnstiles@google.com Replace ShaderInfo* with ShaderInfo&. 2022-07-13 kjlubick@google.com [canvaskit] Fix DisplacementMap test 2022-07-13 johnstiles@google.com Use passed-in pre-local matrix name consistently. 2022-07-13 johnstiles@google.com Restructure pre-local matrix generation code. 2022-07-13 johnstiles@google.com Update child handling in Graphite glue-code generation. 2022-07-13 robertphillips@google.com Improve encapsulation of SkRadialGradient 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 garyq@google.com,scroggo@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, 2 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 80475ca4b413f..5b354b1fad015 100644 --- a/DEPS +++ b/DEPS @@ -17,7 +17,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': 'e9effac80ca79ae4ebb2efdf11b6806d047b5ef8', + 'skia_revision': '2fd7b18043d2c1585a70cd0880f8e153cba50144', # 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 9832bf32ee00c..0f14b49e338ab 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 0196aab5b40e6464b5e2d26ed4d98c37 +Signature: ce8297457a99cde321c7fcb18f3010ef UNUSED LICENSES: @@ -2442,7 +2442,6 @@ FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderBase.h FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.cpp FILE: ../../../third_party/skia/src/shaders/gradients/SkLinearGradient.h FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.cpp -FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.cpp FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h FILE: ../../../third_party/skia/src/shaders/gradients/SkTwoPointConicalGradient.cpp