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

Commit b2fea9d

Browse files
Roll Skia from 21bbfc6 to 30212b7 (6 revisions) (#19009)
https://skia.googlesource.com/skia.git/+log/21bbfc6c2dfe..30212b7941d6 2020-06-11 [email protected] Fix implicit fallthroughs throughout Skia. 2020-06-11 [email protected] Revert "fixed sample(..., matrix) with runtime effects" 2020-06-11 [email protected] Add filter-quality to imageshader factory 2020-06-11 [email protected] Duplicate ccpr/GrCCStrokeGeometry to tessellate/GrStrokeGeometry 2020-06-11 [email protected] remove unneeded SK_LEGACY_BLITTER_CHOICE flag 2020-06-11 [email protected] Add new GM to exercise Vulkan YCbCr images 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 f6455fa commit b2fea9d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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': '21bbfc6c2dfe07f0406df3dcce4eddd160db92b7',
29+
'skia_revision': '30212b7941d6aa3b50978bac103f3c5b1b8cd20a',
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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: cfdd5bbe0473ca5d32a6dea2b2b55e27
1+
Signature: 1627ef956dbb3f190d56cedf42ae5d78
22

33
UNUSED LICENSES:
44

@@ -3493,6 +3493,8 @@ FILE: ../../../third_party/skia/src/gpu/ops/GrQuadPerEdgeAA.cpp
34933493
FILE: ../../../third_party/skia/src/gpu/ops/GrQuadPerEdgeAA.h
34943494
FILE: ../../../third_party/skia/src/gpu/ops/GrStrokeRectOp.cpp
34953495
FILE: ../../../third_party/skia/src/gpu/ops/GrStrokeRectOp.h
3496+
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStrokeGeometry.cpp
3497+
FILE: ../../../third_party/skia/src/gpu/tessellate/GrStrokeGeometry.h
34963498
FILE: ../../../third_party/skia/src/gpu/text/GrAtlasManager.cpp
34973499
FILE: ../../../third_party/skia/src/gpu/text/GrAtlasManager.h
34983500
FILE: ../../../third_party/skia/src/gpu/text/GrSDFMaskFilter.cpp
@@ -3900,6 +3902,7 @@ FILE: ../../../third_party/skia/gm/crbug_1041204.cpp
39003902
FILE: ../../../third_party/skia/gm/crbug_224618.cpp
39013903
FILE: ../../../third_party/skia/gm/encode_color_types.cpp
39023904
FILE: ../../../third_party/skia/gm/userfont.cpp
3905+
FILE: ../../../third_party/skia/gm/ycbcrimage.cpp
39033906
FILE: ../../../third_party/skia/include/gpu/GrBackendSurfaceMutableState.h
39043907
FILE: ../../../third_party/skia/include/gpu/d3d/GrD3DBackendContext.h
39053908
FILE: ../../../third_party/skia/include/gpu/d3d/GrD3DTypes.h

0 commit comments

Comments
 (0)