Roll Skia from 037d5f8a727f to ddf045505cb9 (1 revision) (#53824) https://skia.googlesource.com/skia.git/+log/037d5f8a727f..ddf045505cb9 2024-07-11 nathanasanchez@google.com Reland "[Graphite] Enable storage buffers in Vulkan" 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 bdero@google.com,brianosman@google.com,fmalita@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md https://dart.googlesource.com/external/github.com/flutter/engine/+/08058e331a43477a06e4a5613566c41765712803
diff --git a/DEPS b/DEPS index c8bf619..c4a5093 100644 --- a/DEPS +++ b/DEPS
@@ -14,7 +14,7 @@ 'flutter_git': 'https://flutter.googlesource.com', 'skia_git': 'https://skia.googlesource.com', 'llvm_git': 'https://llvm.googlesource.com', - 'skia_revision': '037d5f8a727ff3c0e5f3de1caf8a6d1c8e77b032', + 'skia_revision': 'ddf045505cb9a61bf90fd404f663d88254ef7553', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. @@ -280,7 +280,7 @@ deps = { 'engine/src': 'https://github.com/flutter/buildroot.git' + '@' + 'e265c359126b24351f534080fb22edaa159f2215', - 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + 'b40a6084c770f10869d80dcf846d621e208f5f8a', + 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '08058e331a43477a06e4a5613566c41765712803', 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'e6078ad3839162d9146e1e280fd03000cff9c119',
diff --git a/commits.json b/commits.json index b47f393..ad450be 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { - "engine/src/flutter":"b40a6084c770f10869d80dcf846d621e208f5f8a", + "engine/src/flutter":"08058e331a43477a06e4a5613566c41765712803", "engine/src/flutter/third_party/dart":"e6078ad3839162d9146e1e280fd03000cff9c119", "flutter":"43f3252c824603648b9bd738f27ca00ba9c1ad30" } \ No newline at end of file