Roll Skia from 0bad6cf1458d to 993e92dc31a6 (4 revisions) (flutter/engine#24018)

https://skia.googlesource.com/skia.git/+log/0bad6cf1458d..993e92dc31a6

2021-01-28 reed@google.com Update bad_bitmap test
2021-01-28 brianosman@google.com Add SkSL test for functions that operate on structs
2021-01-28 brianosman@google.com Remove ASTNode::TypeData
2021-01-28 ethannicholas@google.com Added SkSL DSLFunction

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 nifong@google.com on the revert to ensure that a human
is aware of the problem.

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/master/autoroll/README.md
This commit is contained in:
skia-flutter-autoroll 2021-01-28 15:37:40 -05:00 committed by GitHub
parent bbfa7ea309
commit fc0beb9690
2 changed files with 4 additions and 2 deletions

2
DEPS
View File

@ -27,7 +27,7 @@ vars = {
'skia_git': 'https://skia.googlesource.com',
# OCMock is for testing only so there is no google clone
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
'skia_revision': '0bad6cf1458da91d48233930d28a869f0d3104bf',
'skia_revision': '993e92dc31a6ef7f2ef46c9a3339fd850399201e',
# When updating the Dart revision, ensure that all entries that are
# dependencies of Dart are also updated to match the entries in the

View File

@ -1,4 +1,4 @@
Signature: c4640d5955419626679e8aa56e86146a
Signature: b7b870284840d0482707e93df9ada2a5
UNUSED LICENSES:
@ -7255,6 +7255,8 @@ FILE: ../../../third_party/skia/src/gpu/tessellate/GrTessellatingStencilFillOp.h
FILE: ../../../third_party/skia/src/sksl/SkSLMangler.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.h
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp