Roll src/third_party/skia 3fc5df443e24..941b9ff09b25 (7 commits) (flutter/engine#9333)

https://skia.googlesource.com/skia.git
/%2Blog/3fc5df443e24..941b9ff09b25

git log 3fc5df443e24f1a01a11e274ea2041473e0436bc..941b9ff09b2553ec79933b4102fa2f8e5782e51d --date=short --no-merges --format=%ad %ae %s
2019-06-14 fmalita@chromium.org [skottie] Effects cleanup pass
2019-06-14 brianosman@google.com Fix SkSL standalone build
2019-06-14 kjlubick@google.com add html for perfing skottie-wasm
2019-06-14 bsalomon@google.com Avoid using GrGpu::readPixels in GrTestingBackendTextureUploadTest.
2019-06-11 djsollen@google.com Update CtsSkQPTestCases to non-shardable in release script
2019-06-14 fmalita@chromium.org [skottie] Add support for Transform distort effect
2019-06-14 brianosman@google.com Interpreter: Simplify interface quite a bit.

The AutoRoll server is located here: https://autoroll.skia.org/r/skia-flutter-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff (herb@google.com), and stop
the roller if necessary.
This commit is contained in:
skia-flutter-autoroll 2019-06-14 19:36:23 -04:00 committed by GitHub
parent 41f65d0b12
commit b8d61a5ae6
2 changed files with 13 additions and 5 deletions

2
DEPS
View File

@ -24,7 +24,7 @@ vars = {
'fuchsia_git': 'https://fuchsia.googlesource.com',
'github_git': 'https://github.com',
'skia_git': 'https://skia.googlesource.com',
'skia_revision': '3fc5df443e24f1a01a11e274ea2041473e0436bc',
'skia_revision': '941b9ff09b2553ec79933b4102fa2f8e5782e51d',
# 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: 31f0f0d391c37f05d0a0b11f2e87f26e
Signature: 9c3645e060e778765553630ad291d4cc
UNUSED LICENSES:
@ -1469,7 +1469,6 @@ FILE: ../../../third_party/skia/modules/skottie/src/SkottieAdapter.h
FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.cpp
FILE: ../../../third_party/skia/modules/skottie/src/SkottieJson.h
FILE: ../../../third_party/skia/modules/skottie/src/SkottieLayer.cpp
FILE: ../../../third_party/skia/modules/skottie/src/SkottieLayerEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/SkottiePrecompLayer.cpp
FILE: ../../../third_party/skia/modules/skottie/src/SkottiePriv.h
FILE: ../../../third_party/skia/modules/skottie/src/SkottieProperty.cpp
@ -1707,10 +1706,9 @@ FILE: ../../../third_party/skia/src/pdf/SkClusterator.h
FILE: ../../../third_party/skia/src/pdf/SkPDFTag.cpp
FILE: ../../../third_party/skia/src/pdf/SkPDFTag.h
FILE: ../../../third_party/skia/src/ports/SkFontMgr_fuchsia.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLByteCode.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLCPPUniformCTypes.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLCPPUniformCTypes.h
FILE: ../../../third_party/skia/src/sksl/SkSLInterpreter.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLInterpreter.h
FILE: ../../../third_party/skia/src/sksl/SkSLJIT.cpp
FILE: ../../../third_party/skia/src/sksl/SkSLJIT.h
FILE: ../../../third_party/skia/src/sksl/SkSLPipelineStageCodeGenerator.cpp
@ -5442,6 +5440,16 @@ FILE: ../../../third_party/skia/include/private/GrContext_Base.h
FILE: ../../../third_party/skia/include/private/GrImageContext.h
FILE: ../../../third_party/skia/include/private/GrRecordingContext.h
FILE: ../../../third_party/skia/include/private/SkVx.h
FILE: ../../../third_party/skia/modules/skottie/src/effects/DropShadowEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/Effects.h
FILE: ../../../third_party/skia/modules/skottie/src/effects/FillEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/GaussianBlurEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/GradientEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/LevelsEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/TintEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/TransformEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/effects/TritoneEffect.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.cpp
FILE: ../../../third_party/skia/modules/skottie/src/text/RangeSelector.h
FILE: ../../../third_party/skia/modules/skottie/src/text/SkottieShaper.cpp