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

Commit a902a2c

Browse files
Roll Skia from d9a7c5953df3 to 827bb729a84d (2 revisions)
https://skia.googlesource.com/skia.git/+log/d9a7c5953df3..827bb729a84d 2021-05-12 bsalomon@google.com Use rescale in async-rescale-and-read to do non-rescaling conversions. 2021-05-12 brianosman@google.com Move SkSpan to include/, for use in public API 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 robertphillips@google.com 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 5d67ad1 commit a902a2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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': 'd9a7c5953df3acafbfc03a2bf5ef89e67f75cfb6',
30+
'skia_revision': '827bb729a84dab57bb3f2df928edd7b8e9eab404',
3131

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

ci/licenses_golden/licenses_skia

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: c8afa8c576b40af414fa76e7692a71fd
1+
Signature: ad14e06ff342023401deaac90eda0bca
22

33
UNUSED LICENSES:
44

@@ -2967,6 +2967,7 @@ FILE: ../../../third_party/skia/include/core/SkCubicMap.h
29672967
FILE: ../../../third_party/skia/include/core/SkFontMetrics.h
29682968
FILE: ../../../third_party/skia/include/core/SkFontParameters.h
29692969
FILE: ../../../third_party/skia/include/core/SkFontTypes.h
2970+
FILE: ../../../third_party/skia/include/core/SkSpan.h
29702971
FILE: ../../../third_party/skia/include/effects/SkOpPathEffect.h
29712972
FILE: ../../../third_party/skia/include/effects/SkShaderMaskFilter.h
29722973
FILE: ../../../third_party/skia/include/effects/SkTrimPathEffect.h
@@ -3042,7 +3043,6 @@ FILE: ../../../third_party/skia/src/core/SkRectPriv.h
30423043
FILE: ../../../third_party/skia/src/core/SkRemoteGlyphCache.cpp
30433044
FILE: ../../../third_party/skia/src/core/SkRemoteGlyphCache.h
30443045
FILE: ../../../third_party/skia/src/core/SkSafeRange.h
3045-
FILE: ../../../third_party/skia/src/core/SkSpan.h
30463046
FILE: ../../../third_party/skia/src/core/SkStrikeCache.cpp
30473047
FILE: ../../../third_party/skia/src/core/SkSurfaceCharacterization.cpp
30483048
FILE: ../../../third_party/skia/src/core/SkTextBlobPriv.h

0 commit comments

Comments
 (0)