Skip to content

Commit 3d64644

Browse files
Roll Skia from a5261995416e to 62392f624f39 (12 revisions) (flutter#29823)
https://skia.googlesource.com/skia.git/+log/a5261995416e..62392f624f39 2021-11-18 brianosman@google.com Remove old (unused) values from LayoutToken enum 2021-11-18 johnstiles@google.com Improve redundant trace_var elimination. 2021-11-18 bsalomon@google.com Remove drawPatch/Vertices helpers that don't take SkBlendMode 2021-11-18 robertphillips@google.com Improve handling of degenerate paths in AAHairLinePathRenderer::bloat_quad 2021-11-18 drott@chromium.org Fall back to type 3 embedding for fonts with COLR table 2021-11-18 johnstiles@google.com Optimize commutative operations in SkVM. 2021-11-18 johnstiles@google.com Add test for commutative operations in SkVM. 2021-11-18 herb@google.com make drawMatrix use more explicit 2021-11-18 robertphillips@google.com Allow the Triangulator to fail 2021-11-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 8e6bab5320de to 4f4d765e4e51 2021-11-18 brianosman@google.com Reland "Remove layer-coverage-tracking experiment" 2021-11-18 kjlubick@google.com [infra] Use Bazel transitions to allow cc_binary to set their own flags 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 jlavrova@google.com,jsimmons@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
1 parent 1e4029d commit 3d64644

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'a5261995416e0af98403978ccdf18b910adf933b',
30+
'skia_revision': '62392f624f39b798b39587fb07380544868c0b31',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: ace178a43d63b9d3acfb38736c07c8a2
1+
Signature: 28e114cbd4e6a634ba25d34bb50feeca
22

33
UNUSED LICENSES:
44

@@ -687,6 +687,7 @@ FILE: ../../../third_party/skia/animations/paths#1.xml
687687
FILE: ../../../third_party/skia/animations/redcross#1.jpg
688688
FILE: ../../../third_party/skia/animations/text#1.xml
689689
FILE: ../../../third_party/skia/bazel/BUILD.bazel
690+
FILE: ../../../third_party/skia/bazel/cc_binary_with_flags.bzl
690691
FILE: ../../../third_party/skia/bazel/common_config_settings/BUILD.bazel
691692
FILE: ../../../third_party/skia/bazel/common_config_settings/defs.bzl
692693
FILE: ../../../third_party/skia/bazel/macros.bzl

0 commit comments

Comments
 (0)