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

Commit 29a51d3

Browse files
Roll Skia from c675298ddeda to bf6019be75ef (3 revisions)
https://skia.googlesource.com/skia.git/+log/c675298ddeda..bf6019be75ef 2023-08-22 [email protected] Remove empty source lists. 2023-08-22 [email protected] Roll vulkan-deps from 2cb515574109 to ceb93445a393 (3 revisions) 2023-08-22 [email protected] Define line segment 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 1f65e1a commit 29a51d3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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': 'c675298ddedad679098c558af3a4e10f88ed6cf6',
21+
'skia_revision': 'bf6019be75efeee2a6a2aa862bfebc297b449786',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 71cc76e4ce67de40cc7c3ef6c21fa7b5
1+
Signature: 5dad8cab4c7769274c06df254b1bf3cf
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8900,8 +8900,10 @@ ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + .
89008900
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE
89018901
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE
89028902
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Point.h + ../../../third_party/skia/LICENSE
8903+
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h + ../../../third_party/skia/LICENSE
89038904
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../third_party/skia/LICENSE
89048905
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp + ../../../third_party/skia/LICENSE
8906+
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp + ../../../third_party/skia/LICENSE
89058907
ORIGIN: ../../../third_party/skia/src/base/SkBezierCurves.h + ../../../third_party/skia/LICENSE
89068908
ORIGIN: ../../../third_party/skia/src/base/SkCubics.cpp + ../../../third_party/skia/LICENSE
89078909
ORIGIN: ../../../third_party/skia/src/base/SkCubics.h + ../../../third_party/skia/LICENSE
@@ -9138,8 +9140,10 @@ FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h
91389140
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h
91399141
FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h
91409142
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Point.h
9143+
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h
91419144
FILE: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp
91429145
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp
9146+
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp
91439147
FILE: ../../../third_party/skia/src/base/SkBezierCurves.h
91449148
FILE: ../../../third_party/skia/src/base/SkCubics.cpp
91459149
FILE: ../../../third_party/skia/src/base/SkCubics.h

0 commit comments

Comments
 (0)