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

Commit d945c15

Browse files
Roll Skia from 833bfcb2b52f to bb9378b61c4f (5 revisions) (#38221)
https://skia.googlesource.com/skia.git/+log/833bfcb2b52f..bb9378b61c4f 2022-12-12 [email protected] [graphite] Fill in PrecompileBlendShader's addToKey method 2022-12-12 [email protected] [graphite] Allow replaying recordings to different surfaces 2022-12-12 [email protected] [graphite] Make the BuiltInCodeSnippetID Graphite-only 2022-12-12 [email protected] Simplify ternaries that don't have any side effects. 2022-12-12 [email protected] Remove dependency of SkPaint -> SkPaintPriv 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] 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 c7a95c5 commit d945c15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DEPS

+1-1
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': '833bfcb2b52fd6d9ed270f0c0f5a08c591bab781',
21+
'skia_revision': 'bb9378b61c4ff77044c84e816d305164a969a0db',
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 6003106c15950ee0218ed485e6158b60
1+
Signature: b4f39ae9ce5bfa6887c8babed07ae3e5
22

33
UNUSED LICENSES:
44

@@ -7614,7 +7614,6 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/check_generated_files/ch
76147614
FILE: ../../../third_party/skia/infra/bots/task_drivers/cpu_tests/cpu_tests.go
76157615
FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check/toolchain_layering_check.go
76167616
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
7617-
FILE: ../../../third_party/skia/src/core/SkBuiltInCodeSnippetID.h
76187617
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
76197618
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
76207619
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
@@ -7636,6 +7635,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp
76367635
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h
76377636
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/VertexChunkPatchAllocator.h
76387637
FILE: ../../../third_party/skia/src/gpu/graphite/AttachmentTypes.h
7638+
FILE: ../../../third_party/skia/src/gpu/graphite/BuiltInCodeSnippetID.h
76397639
FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.cpp
76407640
FILE: ../../../third_party/skia/src/gpu/graphite/ClientMappedBufferManager.h
76417641
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp

0 commit comments

Comments
 (0)