Roll Skia from f77adcef7c1c to ec7558d41b34 (1 revision) (#54507) https://skia.googlesource.com/skia.git/+log/f77adcef7c1c..ec7558d41b34 2024-08-12 michaelludwig@google.com [examples] Update help text to match output file encoding 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,jsimmons@google.com,michaelludwig@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/+/c8785c3ba73f9d3b27fa6a236f78d1cc2fad6991
diff --git a/DEPS b/DEPS index 5cdf963..2ea166f 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': 'f77adcef7c1cd05cba6d3a21bc836a6a7733167c', + 'skia_revision': 'ec7558d41b34b286461c0529d8c71c5cfa15f31e', # 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' + '@' + '6ef931b950d5b9477dba0e278b7006ae327e12f7', - 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + 'bcf2dcc09a132327ec76089ee876b4056201df4f', + 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + 'c8785c3ba73f9d3b27fa6a236f78d1cc2fad6991', 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'a33eb99f67e3bdc9d93ef29cc3882cd2cde3897c',
diff --git a/commits.json b/commits.json index 48405da..c4f960d 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { - "engine/src/flutter":"bcf2dcc09a132327ec76089ee876b4056201df4f", + "engine/src/flutter":"c8785c3ba73f9d3b27fa6a236f78d1cc2fad6991", "engine/src/flutter/third_party/dart":"a33eb99f67e3bdc9d93ef29cc3882cd2cde3897c", "flutter":"2593cb3305106212144aae72e3482cf34d8cc404" } \ No newline at end of file