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

Commit 88d1ac9

Browse files
Roll Skia from 2babe68de295 to 872dc53233cf (2 revisions)
https://skia.googlesource.com/skia.git/+log/2babe68de295..872dc53233cf 2023-08-03 [email protected] [graphite] Allocate more storage in Vulkan texture keys for image usage flags 2023-08-03 [email protected] Enforce an upper limit of 715 million path verbs in SkPath. 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 8b03d33 commit 88d1ac9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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': '2babe68de295f61964d616a86c40541d68a877ae',
21+
'skia_revision': '872dc53233cf49e234e42309bcdf5ea377be0a68',
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 4f2b529715e7639ee2251e50d6e68a0b
1+
Signature: bf2663629ecd7367fc56a9221b72117e
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -388,6 +388,7 @@ FILE: ../../../third_party/skia/relnotes/asyncyuva420.md
388388
FILE: ../../../third_party/skia/relnotes/canvas_flush.md
389389
FILE: ../../../third_party/skia/relnotes/const_context.md
390390
FILE: ../../../third_party/skia/relnotes/mesh_ganesh.md
391+
FILE: ../../../third_party/skia/relnotes/path_715M.md
391392
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
392393
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
393394
FILE: ../../../third_party/skia/relnotes/skgl_backend_surface.md

0 commit comments

Comments
 (0)