Skip to content

Commit 39e98d2

Browse files
Manual Skia roll to c91db040ad18b9cc3236e342e9acca020eaafd10 (flutter#19650)
Requires rolling the buildroot to use Wuffs version 0.3 2020-07-10 [email protected] Use Wuffs v0.3 by default, not v0.2 2020-07-10 [email protected] Add SkRuntimeEffect Fuzzer
1 parent dfd0727 commit 39e98d2

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

DEPS

+2-2
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': '5160e8caa226213c77b2a5f98908aa4eeee75ef5',
29+
'skia_revision': 'c91db040ad18b9cc3236e342e9acca020eaafd10',
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
@@ -109,7 +109,7 @@ allowed_hosts = [
109109
]
110110

111111
deps = {
112-
'src': 'https://github.com/flutter/buildroot.git' + '@' + 'a6103d43ed47c5cf91d47d614fe00a0665484fc5',
112+
'src': 'https://github.com/flutter/buildroot.git' + '@' + '6728d80355083a20ceecb6db1d73c16dee255a43',
113113

114114
# Fuchsia compatibility
115115
#

ci/licenses_golden/licenses_skia

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e49c9c554a9e530ceeb05109f84c8c7b
1+
Signature: 964bda7fdf8851c2cd2d8d5274171bae
22

33
UNUSED LICENSES:
44

@@ -5718,6 +5718,7 @@ ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp + ../../../
57185718
TYPE: LicenseType.bsd
57195719
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzAPISVGCanvas.cpp
57205720
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSVG.cpp
5721+
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzSkRuntimeEffect.cpp
57215722
----------------------------------------------------------------------------------------------------
57225723
Copyright 2020 Google, LLC
57235724

ci/licenses_golden/licenses_third_party

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 90e25fd2f6388bf92247eaf28caec993
1+
Signature: 592e745218e99a4be1e5207bf7ffe31f
22

33
UNUSED LICENSES:
44

0 commit comments

Comments
 (0)