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

Commit c281ef1

Browse files
Roll Skia from 280ac8882cff to 537e1e8c1ca6 (9 revisions)
https://skia.googlesource.com/skia.git/+log/280ac8882cff..537e1e8c1ca6 2022-12-13 [email protected] Move sk_is_trivially_relocatable_* to its own file 2022-12-13 [email protected] Roll vulkan-deps from 435f4c5c651e to 88f98bfd92f8 (4 revisions) 2022-12-13 [email protected] Move SkAlignedSTStorage to its own file 2022-12-13 [email protected] [graphite] Update CombinationBuilderTest to the new combination system 2022-12-13 [email protected] Remove duplicate transfer function classification API 2022-12-13 [email protected] Update setup docs to include fetch-ninja. 2022-12-13 [email protected] Remove SK_LEGACY_MESH_MAKE 2022-12-13 [email protected] Update fetch-ninja to use Python 3. 2022-12-13 [email protected] [includes] Enforce IWYU on SkPath related things 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 82dafdf commit c281ef1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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': '280ac8882cffff56e83d5a3af6de903b5fcc87ac',
21+
'skia_revision': '537e1e8c1ca6988f30acab807ae5230462bf677a',
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b1c69055420e97d4bd0f5d5d85ca9776
1+
Signature: 8b79c4a2ab30932c9a9986f375fe31aa
22

33
UNUSED LICENSES:
44

@@ -7607,6 +7607,8 @@ FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
76077607
FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h
76087608
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h
76097609
FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h
7610+
FILE: ../../../third_party/skia/include/private/SkAlignedStorage.h
7611+
FILE: ../../../third_party/skia/include/private/SkTypeTraits.h
76107612
FILE: ../../../third_party/skia/include/private/SkUniquePaintParamsID.h
76117613
FILE: ../../../third_party/skia/include/sksl/SkSLVersion.h
76127614
FILE: ../../../third_party/skia/infra/bots/task_drivers/bazel_build/bazel_build.go

0 commit comments

Comments
 (0)