Skip to content

Commit

Permalink
Roll Skia from 89313a8cadab to aad8fbb17d69 (3 revisions) (flutter#43526
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/89313a8cadab..aad8fbb17d69

2023-07-10 jlavrova@google.com Experimental SkParagraph API
2023-07-10 robertphillips@google.com Revert "[graphite] Reenable tiled image cache size heuristic (take 2)"
2023-07-10 robertphillips@google.com Add a tiled-image cache test (take 2)

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 aaclarke@google.com,brianosman@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
  • Loading branch information
skia-flutter-autoroll authored and kjlubick committed Jul 14, 2023
1 parent 1cf6eab commit 3223e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ vars = {
'llvm_git': 'https://llvm.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '89313a8cadabde7cbf76b37690640a5fd3fff409',
'skia_revision': 'aad8fbb17d690501ba33a811caac135ef7bddd02',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
3 changes: 1 addition & 2 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 15c995f16f5bf31480af1094d0480766
Signature: 67abad62d2448056ba909f1b3a1d22cc

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -388,7 +388,6 @@ FILE: ../../../third_party/skia/relnotes/canvas_flush.md
FILE: ../../../third_party/skia/relnotes/const_context.md
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
FILE: ../../../third_party/skia/relnotes/tiledimages.md
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
Expand Down

0 comments on commit 3223e4b

Please sign in to comment.