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

Commit 22770d2

Browse files
Roll Skia from af9863b0b4d6 to f39d68a2adcc (1 revision)
https://skia.googlesource.com/skia.git/+log/af9863b0b4d6..f39d68a2adcc 2022-07-25 kjlubick@google.com [includes] Fixing includes of SkUnicode 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 fmalita@google.com,jimgraham@google.com 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 54b0ac3 commit 22770d2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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': 'af9863b0b4d612e5e410ebb6a06fbfc841df87d2',
21+
'skia_revision': 'f39d68a2adcc5c78642a31db8eabb8bddcbe2e9b',
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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0ce4bbb24e7441fe15bf4dddd0d5159d
1+
Signature: 19816cf79685efcea2c1e45496912e39
22

33
UNUSED LICENSES:
44

@@ -4031,6 +4031,7 @@ FILE: ../../../third_party/skia/modules/canvaskit/gm_bindings.cpp
40314031
FILE: ../../../third_party/skia/modules/canvaskit/viewer_bindings.cpp
40324032
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_float_capabilities.cpp
40334033
FILE: ../../../third_party/skia/modules/canvaskit/wasm_tools/SIMD/simd_int_capabilities.cpp
4034+
FILE: ../../../third_party/skia/modules/skunicode/include/SkUnicode.h
40344035
FILE: ../../../third_party/skia/samplecode/SampleMaterialShadows.cpp
40354036
FILE: ../../../third_party/skia/src/core/SkASAN.h
40364037
FILE: ../../../third_party/skia/src/core/SkBlockAllocator.cpp
@@ -4263,7 +4264,6 @@ FILE: ../../../third_party/skia/modules/skparagraph/gm/simple_gm.cpp
42634264
FILE: ../../../third_party/skia/modules/sksg/include/SkSGGeometryEffect.h
42644265
FILE: ../../../third_party/skia/modules/sksg/src/SkSGGeometryEffect.cpp
42654266
FILE: ../../../third_party/skia/modules/skshaper/src/SkShaper_coretext.cpp
4266-
FILE: ../../../third_party/skia/modules/skunicode/include/SkUnicode.h
42674267
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu.cpp
42684268
FILE: ../../../third_party/skia/modules/svg/include/SkSVGFe.h
42694269
FILE: ../../../third_party/skia/modules/svg/include/SkSVGFeBlend.h
@@ -5548,6 +5548,7 @@ FILE: ../../../third_party/skia/include/private/SkUniquePaintParamsID.h
55485548
FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h
55495549
FILE: ../../../third_party/skia/infra/bots/task_drivers/bazel_build/bazel_build.go
55505550
FILE: ../../../third_party/skia/infra/bots/task_drivers/canvaskit_gold/canvaskit_gold.go
5551+
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
55515552
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
55525553
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
55535554
FILE: ../../../third_party/skia/src/core/SkCombinationBuilder.cpp

0 commit comments

Comments
 (0)