Roll Skia from 2e417d4f7993 to 08dc0c9e4e70 (1 revision) (#38239) https://skia.googlesource.com/skia.git/+log/2e417d4f7993..08dc0c9e4e70 2022-12-13 armansito@google.com [sksl] Introduce the atomicUint type 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,johnstiles@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 https://dart.googlesource.com/external/github.com/flutter/engine/+/a33e699de29b47832861af30050b9d78a6cbe74c
diff --git a/DEPS b/DEPS index ba7d2cd..555d764 100644 --- a/DEPS +++ b/DEPS
@@ -18,7 +18,7 @@ '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': '2e417d4f7993a4f3e78ff7112b815bce16b9e4bc', + 'skia_revision': '08dc0c9e4e702b3f38bddb75ff7896f741f4c2af', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. @@ -239,7 +239,7 @@ deps = { 'engine/src': 'https://github.com/flutter/buildroot.git' + '@' + '012a58f159c736a21d9c40a6b98f69e3a9910169', - 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + '290f3a35eeb24b879e1b4478fd7254d5cecbd2eb', + 'engine/src/flutter': Var('flutter_git') + '/mirrors/engine' + '@' + 'a33e699de29b47832861af30050b9d78a6cbe74c', 'engine/src/third_party/dart': Var('dart_git') + '/sdk' + '@' + '9488163d7e9b212f0da1580eebc48dd347e78e34',
diff --git a/commits.json b/commits.json index 56672fc..fd11bb7 100644 --- a/commits.json +++ b/commits.json
@@ -1,5 +1,5 @@ { - "engine/src/flutter":"290f3a35eeb24b879e1b4478fd7254d5cecbd2eb", + "engine/src/flutter":"a33e699de29b47832861af30050b9d78a6cbe74c", "engine/src/third_party/dart":"9488163d7e9b212f0da1580eebc48dd347e78e34", "flutter":"04ee5926a2a6aaabfa0dde0279223952d2de3e3e" } \ No newline at end of file