Roll Skia from 7d16e5cd642c to 39bd1d3f242a (1 revision) (#55870) https://skia.googlesource.com/skia.git/+log/7d16e5cd642c..39bd1d3f242a 2024-10-15 jie.a.chen@intel.com [graphite] Use uint instead of int for divides 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,fmalita@google.com,jacksongardner@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/+/346565480b361dff45e10b8be6350d79b60745f0
diff --git a/DEPS b/DEPS index bea113d..2cdfc39 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': '7d16e5cd642c00ee7da188f41f4dfec6b2b4202e', + 'skia_revision': '39bd1d3f242aa241c42cfb6a9de91508017eda03', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. @@ -279,7 +279,7 @@ deps = { 'engine/src': 'https://github.com/flutter/buildroot.git' + '@' + 'c8f93f25a19cefaaeb64d4323e2fc8c9ccd20479', - 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '0e143d71dbfe229efc5a02fb0ebd1f6da58f556c', + 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '346565480b361dff45e10b8be6350d79b60745f0', 'engine/src/flutter/third_party/dart': Var('dart_git') + '/sdk' + '@' + 'd0cd5ceb26c674caec640cc5bb30f0f09950b252',
diff --git a/commits.json b/commits.json index 4ad1083..ad7aa13 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { - "engine/src/flutter":"0e143d71dbfe229efc5a02fb0ebd1f6da58f556c", + "engine/src/flutter":"346565480b361dff45e10b8be6350d79b60745f0", "engine/src/flutter/third_party/dart":"d0cd5ceb26c674caec640cc5bb30f0f09950b252", "flutter":"986dfdff86271c6e37c0978b0490ffababe39fd9" } \ No newline at end of file