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

Commit f216901

Browse files
Roll Skia from 5428f147e632 to 4e42b51cfe27 (4 revisions)
https://skia.googlesource.com/skia.git/+log/5428f147e632..4e42b51cfe27 2023-08-23 [email protected] Add cache key value extraction for LazyPicture Images 2023-08-23 [email protected] Update DWriteCore to 1.4-preview2 2023-08-23 [email protected] Add placeholder GrVkBackendSurface.h 2023-08-23 [email protected] Add SkImage_Picture::replay method 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 25fb06e commit f216901

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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': '5428f147e632634a0fe273232e413161f4b79914',
21+
'skia_revision': '4e42b51cfe27717ddbe9f4ba568647fe3800ee12',
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/excluded_files

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,6 +2670,7 @@
26702670
../../../third_party/skia/include/gpu/ganesh/BUILD.bazel
26712671
../../../third_party/skia/include/gpu/ganesh/gl/BUILD.bazel
26722672
../../../third_party/skia/include/gpu/ganesh/mtl/BUILD.bazel
2673+
../../../third_party/skia/include/gpu/ganesh/vk/BUILD.bazel
26732674
../../../third_party/skia/include/gpu/gl/BUILD.bazel
26742675
../../../third_party/skia/include/gpu/gl/egl/BUILD.bazel
26752676
../../../third_party/skia/include/gpu/gl/glx/BUILD.bazel

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: 6362b36794c633ff06bcbc2b66bcb7d1
1+
Signature: edd1ae502e56b8317e70a6dc5f50f678
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8885,6 +8885,7 @@ ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../t
88858885
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h + ../../../third_party/skia/LICENSE
88868886
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h + ../../../third_party/skia/LICENSE
88878887
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h + ../../../third_party/skia/LICENSE
8888+
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h + ../../../third_party/skia/LICENSE
88888889
ORIGIN: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h + ../../../third_party/skia/LICENSE
88898890
ORIGIN: ../../../third_party/skia/include/gpu/graphite/Image.h + ../../../third_party/skia/LICENSE
88908891
ORIGIN: ../../../third_party/skia/include/gpu/graphite/Surface.h + ../../../third_party/skia/LICENSE
@@ -9125,6 +9126,7 @@ FILE: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h
91259126
FILE: ../../../third_party/skia/include/gpu/ganesh/SkSurfaceGanesh.h
91269127
FILE: ../../../third_party/skia/include/gpu/ganesh/gl/GrGLBackendSurface.h
91279128
FILE: ../../../third_party/skia/include/gpu/ganesh/mtl/SkSurfaceMetal.h
9129+
FILE: ../../../third_party/skia/include/gpu/ganesh/vk/GrVkBackendSurface.h
91289130
FILE: ../../../third_party/skia/include/gpu/graphite/BackendSemaphore.h
91299131
FILE: ../../../third_party/skia/include/gpu/graphite/Image.h
91309132
FILE: ../../../third_party/skia/include/gpu/graphite/Surface.h

0 commit comments

Comments
 (0)