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

Commit f8172d1

Browse files
Roll Skia from ff5474eed6b4 to d78aba2524b3 (3 revisions) (#46327)
https://skia.googlesource.com/skia.git/+log/ff5474eed6b4..d78aba2524b3 2023-09-27 [email protected] [skif] Make SkImageFilters::Crop public 2023-09-27 [email protected] [Fontations] Add pixel comparisons for FreeType vs. Fontations 2023-09-27 [email protected] Split out MakeChildFP to a separate helper function. 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],[email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/main/autoroll/README.md
1 parent 8d9bca6 commit f8172d1

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'ff5474eed6b45ff25f5ec7a308696a56442b6a39',
21+
'skia_revision': 'd78aba2524b3bf2731aa498dd6d21ab3ffd0f9d6',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: ffcfb8e2aec4062c05c96e805e599d4b
1+
Signature: 5a24e476f92a69dee5c0162df3e01249
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -385,6 +385,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
385385
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
386386
FILE: ../../../third_party/skia/modules/skparagraph/test.html
387387
FILE: ../../../third_party/skia/package-lock.json
388+
FILE: ../../../third_party/skia/relnotes/crop-imagefilter.md
388389
FILE: ../../../third_party/skia/relnotes/directcontext_gl.md
389390
FILE: ../../../third_party/skia/relnotes/directcontext_submit.md
390391
FILE: ../../../third_party/skia/relnotes/mesh-child-effect.md
@@ -7376,7 +7377,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkMeshPriv.h + ../../../third_party/s
73767377
ORIGIN: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h + ../../../third_party/skia/LICENSE
73777378
ORIGIN: ../../../third_party/skia/src/effects/SkBlenders.cpp + ../../../third_party/skia/LICENSE
73787379
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../third_party/skia/LICENSE
7379-
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h + ../../../third_party/skia/LICENSE
73807380
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp + ../../../third_party/skia/LICENSE
73817381
ORIGIN: ../../../third_party/skia/src/gpu/KeyBuilder.h + ../../../third_party/skia/LICENSE
73827382
ORIGIN: ../../../third_party/skia/src/gpu/ResourceKey.cpp + ../../../third_party/skia/LICENSE
@@ -7594,7 +7594,6 @@ FILE: ../../../third_party/skia/src/core/SkMeshPriv.h
75947594
FILE: ../../../third_party/skia/src/core/SkYUVAInfoLocation.h
75957595
FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
75967596
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp
7597-
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h
75987597
FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp
75997598
FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h
76007599
FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp
@@ -8773,6 +8772,7 @@ ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp + ../../../th
87738772
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE
87748773
ORIGIN: ../../../third_party/skia/gm/BazelGMRunner.cpp + ../../../third_party/skia/LICENSE
87758774
ORIGIN: ../../../third_party/skia/gm/BazelNoopRunner.cpp + ../../../third_party/skia/LICENSE
8775+
ORIGIN: ../../../third_party/skia/gm/fontations_ft_compare.cpp + ../../../third_party/skia/LICENSE
87768776
ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE
87778777
ORIGIN: ../../../third_party/skia/gm/hello_bazel_world.cpp + ../../../third_party/skia/LICENSE
87788778
ORIGIN: ../../../third_party/skia/gm/png_codec.cpp + ../../../third_party/skia/LICENSE
@@ -9038,6 +9038,7 @@ FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzPrecompile.cpp
90389038
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp
90399039
FILE: ../../../third_party/skia/gm/BazelGMRunner.cpp
90409040
FILE: ../../../third_party/skia/gm/BazelNoopRunner.cpp
9041+
FILE: ../../../third_party/skia/gm/fontations_ft_compare.cpp
90419042
FILE: ../../../third_party/skia/gm/graphite_replay.cpp
90429043
FILE: ../../../third_party/skia/gm/hello_bazel_world.cpp
90439044
FILE: ../../../third_party/skia/gm/png_codec.cpp

0 commit comments

Comments
 (0)