Roll Flutter Engine from 40018811ec0e to 62cf93be60b2 (1 revision) (#144572) https://github.com/flutter/engine/compare/40018811ec0e...62cf93be60b2 2024-03-04 bdero@google.com [Impeller] Fix the clip replay mechanism. (flutter/engine#51173) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC aaclarke@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. 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/flutter/+/3f7028ea68eb5150a33f9e019c2db5a4e47d3b8e
diff --git a/DEPS b/DEPS index 5817d03..1aa6b2f 100644 --- a/DEPS +++ b/DEPS
@@ -290,7 +290,7 @@ 'engine/src/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'c83c1aab9d6e4b50cb3220beac00773066143892', - 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '8707a75517e9583d057ee11c0c69d846aca6c13e', + 'flutter': Var('flutter_git') + '/mirrors/flutter' + '@' + '3f7028ea68eb5150a33f9e019c2db5a4e47d3b8e', 'engine/src/flutter/third_party/depot_tools': Var('chromium_git') + '/chromium/tools/depot_tools.git' + '@' + '580b4ff3f5cd0dcaa2eacda28cefe0f45320e8f7',
diff --git a/commits.json b/commits.json index 5926ae7..966f673 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { "engine/src/flutter":"d514a302cdffcbe03af78f61c83aa5a23fc53088", "engine/src/third_party/dart":"c83c1aab9d6e4b50cb3220beac00773066143892", - "flutter":"8707a75517e9583d057ee11c0c69d846aca6c13e" + "flutter":"3f7028ea68eb5150a33f9e019c2db5a4e47d3b8e" } \ No newline at end of file