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

Commit 4f20818

Browse files
Roll Skia from 70e51e6d761d to bded42ab5173 (5 revisions)
https://skia.googlesource.com/skia.git/+log/70e51e6d761d..bded42ab5173 2021-02-18 [email protected] Split :tests into :test and :tests. 2021-02-18 [email protected] Remove GrDirectContext::ComputeImageSize. Use SkImage::textureSize. 2021-02-18 [email protected] Updated vulkan persistently mapped to work with new transfer type. 2021-02-18 [email protected] Rename SkDisplacementMapEffect to SkDisplacementMapImageFilter 2021-02-18 [email protected] Avoid allocating an SkString buffer for the TextStyle default font family 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 8c81ce6 commit 4f20818

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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': '70e51e6d761d53cbee6ddd92a778cadc9ecd1c81',
30+
'skia_revision': 'bded42ab517300db5bdeea827a52792c49d7f0d8',
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 584927dfdb02e29c7101b76613055c42
1+
Signature: 0b498ce1c2d1916dc1d38ac7fcadb768
22

33
UNUSED LICENSES:
44

@@ -2763,8 +2763,7 @@ FILE: ../../../third_party/skia/src/core/SkValidationUtils.h
27632763
FILE: ../../../third_party/skia/src/effects/SkLumaColorFilter.cpp
27642764
FILE: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp
27652765
FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp
2766-
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapEffect.cpp
2767-
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapEffect.h
2766+
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp
27682767
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp
27692768
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.h
27702769
FILE: ../../../third_party/skia/src/effects/imagefilters/SkTileImageFilter.cpp

0 commit comments

Comments
 (0)