Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 243c30e

Browse files
Roll Skia from b37105e to 83ed957 (7 revisions)
https://skia.googlesource.com/skia.git/+log/b37105ea6cca..83ed957d70b6 2020-05-21 [email protected] Add D3D draw support 2020-05-21 [email protected] Revert "move onto new factories for SkMatrix" 2020-05-21 [email protected] Remove OneLineShaper::increment. 2020-05-21 [email protected] Iterate over unresolved instead of cycling. 2020-05-21 [email protected] move onto new factories for SkMatrix 2020-05-21 [email protected] [canvaskit] Fix some other usages of .ready 2020-05-21 [email protected] Upgrade CanvasKit emscripten to version 1.39.16. 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 [email protected] 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
1 parent e37f2fc commit 243c30e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': 'b37105ea6ccaab2bf5e39e446c68e00c671e0fa8',
29+
'skia_revision': '83ed957d70b628bc8004b6dee4881ccf8d137cc1',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

ci/licenses_golden/licenses_skia

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: ff50540c2fa91162018d73f6c3ec4b4a
1+
Signature: d8476d747f15c0e1c0ed6401215fbdfd
22

33
UNUSED LICENSES:
44

@@ -996,7 +996,6 @@ FILE: ../../../third_party/skia/experimental/skottiekit/helper.js
996996
FILE: ../../../third_party/skia/experimental/skottiekit/interface.js
997997
FILE: ../../../third_party/skia/experimental/skottiekit/postamble.js
998998
FILE: ../../../third_party/skia/experimental/skottiekit/preamble.js
999-
FILE: ../../../third_party/skia/experimental/skottiekit/ready.js
1000999
FILE: ../../../third_party/skia/experimental/skottiekit/release.js
10011000
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/cpu.js
10021001
FILE: ../../../third_party/skia/experimental/wasm-skp-debugger/debugger/anim.mskp
@@ -1325,7 +1324,6 @@ FILE: ../../../third_party/skia/modules/canvaskit/perf/canvas.bench.js
13251324
FILE: ../../../third_party/skia/modules/canvaskit/perf/matrix.bench.js
13261325
FILE: ../../../third_party/skia/modules/canvaskit/postamble.js
13271326
FILE: ../../../third_party/skia/modules/canvaskit/preamble.js
1328-
FILE: ../../../third_party/skia/modules/canvaskit/ready.js
13291327
FILE: ../../../third_party/skia/modules/canvaskit/release.js
13301328
FILE: ../../../third_party/skia/modules/canvaskit/rt_shader.js
13311329
FILE: ../../../third_party/skia/modules/canvaskit/skottie.js
@@ -1340,7 +1338,6 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/effects.bench.js
13401338
FILE: ../../../third_party/skia/modules/pathkit/perf/path.bench.js
13411339
FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
13421340
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
1343-
FILE: ../../../third_party/skia/modules/pathkit/ready.js
13441341
FILE: ../../../third_party/skia/modules/skparagraph/include/DartTypes.h
13451342
FILE: ../../../third_party/skia/modules/skparagraph/include/FontCollection.h
13461343
FILE: ../../../third_party/skia/modules/skparagraph/include/Metrics.h

0 commit comments

Comments
 (0)