From 86b3d83fc100a9b1998d7d8b6949a2ff5d82d1a6 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 26 Feb 2021 18:33:00 +0000 Subject: [PATCH] Roll Skia from 96f6d9a37f1c to f20e75619cd3 (5 revisions) https://skia.googlesource.com/skia.git/+log/96f6d9a37f1c..f20e75619cd3 2021-02-26 robertphillips@google.com Flesh out ddlbench's startup boiler-plate 2021-02-26 brianosman@google.com Align SkSL const rules more closely with GLSL 2021-02-26 johnstiles@google.com Fix fuzzer-discovered error with ~ prefix on literals. 2021-02-26 johnstiles@google.com Convert IRGenerator::convertDo to DoStatement::Make. 2021-02-26 adlai@google.com Remove bug-prone SkIDChangeListener singleThreaded arg 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 fmalita@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 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index b123ef3816f1d..5169ea4f30f9b 100644 --- a/DEPS +++ b/DEPS @@ -27,7 +27,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': '96f6d9a37f1cde87b658cc1ecfc42294f0a36d0a', + 'skia_revision': 'f20e75619cd323ff75a36f97565f17439ba37e6e', # 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 0c06a17f940d2..e544f2b2d049e 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 1a42895b8b9d7cb81e3a3c15b6536f24 +Signature: 92b0e291e8bb848697d246d90f0e4227 UNUSED LICENSES: @@ -5216,6 +5216,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLDefinitionMap.h FILE: ../../../third_party/skia/src/sksl/SkSLMangler.h FILE: ../../../third_party/skia/src/sksl/SkSLOperators.cpp FILE: ../../../third_party/skia/src/sksl/SkSLOperators.h +FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.cpp FILE: ../../../third_party/skia/src/sksl/ir/SkSLIfStatement.cpp