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

Commit db1166a

Browse files
Roll Skia from 17ba2122707b to 25aedb939915 (3 revisions)
https://skia.googlesource.com/skia.git/+log/17ba2122707b..25aedb939915 2023-08-09 jamesgk@google.com [ganesh] Don't call atan2(*, 0) in sweep gradient shader 2023-08-09 bungeman@google.com [skunicode] Allow building more than one backend 2023-08-09 sharaks@google.com Merge 11 release notes into RELEASE_NOTES.md 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 brianosman@google.com,chinmaygarde@google.com,kjlubick@google.com,rmistry@google.com 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 6ca60a8 commit db1166a

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
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': '17ba2122707b909db82231ba1138a250efb23589',
21+
'skia_revision': '25aedb9399159dbc7a2cf9829570a301a88771c2',
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: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 21914be2d9d25acf11d4b7bf1fb26cde
1+
Signature: 73cde3cf1f92192edf67bc5318a1fd8e
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -384,18 +384,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
384384
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
385385
FILE: ../../../third_party/skia/modules/skparagraph/test.html
386386
FILE: ../../../third_party/skia/package-lock.json
387-
FILE: ../../../third_party/skia/relnotes/allow_jit.md
388-
FILE: ../../../third_party/skia/relnotes/asyncyuva420.md
389-
FILE: ../../../third_party/skia/relnotes/autographics.md
390-
FILE: ../../../third_party/skia/relnotes/canvas_flush.md
391-
FILE: ../../../third_party/skia/relnotes/const_context.md
392-
FILE: ../../../third_party/skia/relnotes/mesh_ganesh.md
393-
FILE: ../../../third_party/skia/relnotes/path_715M.md
394-
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
395-
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
396-
FILE: ../../../third_party/skia/relnotes/skgl_backend_surface.md
397387
FILE: ../../../third_party/skia/relnotes/sksl_comma_array.md
398-
FILE: ../../../third_party/skia/relnotes/tiledimages.md
399388
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
400389
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
401390
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
@@ -8758,7 +8747,6 @@ ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../..
87588747
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp + ../../../third_party/skia/LICENSE
87598748
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h + ../../../third_party/skia/LICENSE
87608749
ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE
8761-
ORIGIN: ../../../third_party/skia/modules/skunicode/src/work_around_bazel_issues_1431.h + ../../../third_party/skia/LICENSE
87628750
ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE
87638751
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
87648752
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE
@@ -8800,7 +8788,6 @@ FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp
88008788
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.cpp
88018789
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_hardcoded.h
88028790
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h
8803-
FILE: ../../../third_party/skia/modules/skunicode/src/work_around_bazel_issues_1431.h
88048791
FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h
88058792
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
88068793
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h

0 commit comments

Comments
 (0)