Skip to content

Commit 6b467df

Browse files
Roll Skia from 1a1c7db436e4 to d6149a13d696 (6 revisions) (flutter#41779)
https://skia.googlesource.com/skia.git/+log/1a1c7db436e4..d6149a13d696 2023-05-05 johnstiles@google.com Parse statements without using DSLCore. 2023-05-05 johnstiles@google.com Parse for statements without using DSLCore. 2023-05-05 michaelludwig@google.com [skif] Remove use of deprecated Magnifier factory within Skia 2023-05-05 jamesgk@google.com [graphite] Dst reads using copies 2023-05-05 johnstiles@google.com Remove ThreadContext::SymbolTable. 2023-05-05 johnstiles@google.com Move the active symbol table into the SkSL::Context. 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 brianosman@google.com,bungeman@google.com,jimgraham@google.com,rmistry@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 4853667 commit 6b467df

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '1a1c7db436e44cb480ed10dc823f8a522bf3c17e',
21+
'skia_revision': 'd6149a13d696c2c7d420f1f36032286a6cc5c685',
2222

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

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b6ee32fd4cf38571274ccfdf8135a358
1+
Signature: 27f17a538eb72fc88238f37ed1725e7a
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -4566,7 +4566,6 @@ ORIGIN: ../../../third_party/skia/gm/pictureshadercache.cpp + ../../../third_par
45664566
ORIGIN: ../../../third_party/skia/gm/radial_gradient_precision.cpp + ../../../third_party/skia/LICENSE
45674567
ORIGIN: ../../../third_party/skia/gm/savelayer.cpp + ../../../third_party/skia/LICENSE
45684568
ORIGIN: ../../../third_party/skia/gm/shadowutils.cpp + ../../../third_party/skia/LICENSE
4569-
ORIGIN: ../../../third_party/skia/gm/simple_magnification.cpp + ../../../third_party/skia/LICENSE
45704569
ORIGIN: ../../../third_party/skia/gm/srgb.cpp + ../../../third_party/skia/LICENSE
45714570
ORIGIN: ../../../third_party/skia/gm/testgradient.cpp + ../../../third_party/skia/LICENSE
45724571
ORIGIN: ../../../third_party/skia/gm/text_scale_skew.cpp + ../../../third_party/skia/LICENSE
@@ -4795,7 +4794,6 @@ FILE: ../../../third_party/skia/gm/pictureshadercache.cpp
47954794
FILE: ../../../third_party/skia/gm/radial_gradient_precision.cpp
47964795
FILE: ../../../third_party/skia/gm/savelayer.cpp
47974796
FILE: ../../../third_party/skia/gm/shadowutils.cpp
4798-
FILE: ../../../third_party/skia/gm/simple_magnification.cpp
47994797
FILE: ../../../third_party/skia/gm/srgb.cpp
48004798
FILE: ../../../third_party/skia/gm/testgradient.cpp
48014799
FILE: ../../../third_party/skia/gm/text_scale_skew.cpp

0 commit comments

Comments
 (0)