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

Commit 96a350f

Browse files
Roll Skia from 81c6d6e to 81606b5 (5 revisions)
https://skia.googlesource.com/skia.git/+log/81c6d6eeb4cf..81606b5d9774 2020-09-09 [email protected] remove unused (and bit-rotting) Lua support 2020-09-09 [email protected] Add a short description for concat and setmatrix saying whether it's a translate or something else 2020-09-09 [email protected] Roll third_party/externals/spirv-cross/ 7778792ae..bdbef7b1f (19 commits) 2020-09-09 [email protected] Make enum symbol tables standalone (no parent table) 2020-09-09 [email protected] use pathbuilder 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 bbcc495 commit 96a350f

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
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': '81c6d6eeb4cf2fac93f6fc4e26409a1315996413',
29+
'skia_revision': '81606b5d97748b4cc416dab2e1a36847d5a6b7f2',
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: a864e5c7fbb10c5285bb6beadd429d11
1+
Signature: dbb06a6b15e5ad40d57fc324ea4b4efb
22

33
UNUSED LICENSES:
44

@@ -2755,11 +2755,8 @@ FILE: ../../../third_party/skia/include/private/SkOnce.h
27552755
FILE: ../../../third_party/skia/include/private/SkTFitsIn.h
27562756
FILE: ../../../third_party/skia/include/private/SkTLogic.h
27572757
FILE: ../../../third_party/skia/include/utils/SkCanvasStateUtils.h
2758-
FILE: ../../../third_party/skia/include/utils/SkLua.h
2759-
FILE: ../../../third_party/skia/include/utils/SkLuaCanvas.h
27602758
FILE: ../../../third_party/skia/samplecode/SampleChart.cpp
27612759
FILE: ../../../third_party/skia/samplecode/SampleClock.cpp
2762-
FILE: ../../../third_party/skia/samplecode/SampleLua.cpp
27632760
FILE: ../../../third_party/skia/samplecode/SampleManyRects.cpp
27642761
FILE: ../../../third_party/skia/samplecode/SampleStringArt.cpp
27652762
FILE: ../../../third_party/skia/samplecode/SampleUnpremul.cpp
@@ -2840,8 +2837,6 @@ FILE: ../../../third_party/skia/src/shaders/SkPerlinNoiseShader.cpp
28402837
FILE: ../../../third_party/skia/src/utils/SkCanvasStack.cpp
28412838
FILE: ../../../third_party/skia/src/utils/SkCanvasStack.h
28422839
FILE: ../../../third_party/skia/src/utils/SkCanvasStateUtils.cpp
2843-
FILE: ../../../third_party/skia/src/utils/SkLua.cpp
2844-
FILE: ../../../third_party/skia/src/utils/SkLuaCanvas.cpp
28452840
----------------------------------------------------------------------------------------------------
28462841
Copyright 2013 Google Inc.
28472842

0 commit comments

Comments
 (0)