@@ -18,7 +18,7 @@ vars = {
1818 'llvm_git' : 'https://llvm.googlesource.com' ,
1919 # OCMock is for testing only so there is no google clone
2020 'ocmock_git' : 'https://github.com/erikdoe/ocmock.git' ,
21- 'skia_revision' : 'b541f668f531e5a2f18d84228d092e51a80268a9 ' ,
21+ 'skia_revision' : '9e89d96899f4c2fc8bee8cc70c32a30a2290ba6c ' ,
2222
2323 # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424 # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
@@ -36,9 +36,16 @@ vars = {
3636
3737 # As Dart does, we use Fuchsia's GN and Clang toolchain. These revision
3838 # should be kept up to date with the revisions pulled by Dart.
39+ #
3940 # The list of revisions for these tools comes from Fuchsia, here:
4041 # https://fuchsia.googlesource.com/integration/+/HEAD/toolchain
4142 # If there are problems with the toolchain, contact fuchsia-toolchain@.
43+ #
44+ # Note, if you are *manually* rolling clang (i.e. the auto-roll is disabled)
45+ # you'll need to run post-submits (i.e. for Clang Tidy) in order to test that
46+ # updates to Clang Tidy will not turn the tree red.
47+ #
48+ # See https://github.com/flutter/flutter/wiki/Engine-pre‐submits-and-post‐submits#post-submit
4249 'clang_version' : 'git_revision:00396e6a1a0b79fda008cb4e86b616d7952b33c8' ,
4350
4451 # The goma version and the clang version can be tightly coupled. If goma
0 commit comments