From 98815821ecc9719412f27c6f6737ba498529409b Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 11 Mar 2020 15:15:14 +0000 Subject: [PATCH] Roll src/third_party/skia 0340292972b9..6dc0f63a509c (4 commits) https://skia.googlesource.com/skia.git/+log/0340292972b9..6dc0f63a509c git log 0340292972b9..6dc0f63a509c --date=short --first-parent --format='%ad %ae %s' 2020-03-11 robertphillips@google.com Make DrawAtlasOp surface its programInfo at record time 2020-03-11 robertphillips@google.com Make DefaultPathOp surface its programInfo at record time 2020-03-11 reed@google.com Remove exotic legacy bitmap drawing entry points: Nine, Lattice 2020-03-11 egdaniel@google.com Revert "Experiment with no longer avoiding uploading same uniforms in vulkan." Created with: gclient setdep -r src/third_party/skia@6dc0f63a509c 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 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/+/master/autoroll/README.md Bug: None Tbr: brianosman@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DEPS b/DEPS index b880556676861..9146d44d98a90 100644 --- a/DEPS +++ b/DEPS @@ -26,7 +26,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': '0340292972b9719ac8eec5ddccff2805b9045d42', + 'skia_revision': '6dc0f63a509cc111cbda2a419cc835bd65272bb0', # When updating the Dart revision, ensure that all entries that are # dependencies of Dart are also updated to match the entries in the diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 57f57970ce043..3e3c81a35ebff 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: febcf996f3ac20d7902940b6212b454e +Signature: 5b6ee2b86e42679c7b0e18a91feddf27 UNUSED LICENSES: @@ -397,7 +397,6 @@ ORIGIN: ../../../third_party/skia/bench/AndroidCodecBench.cpp + ../../../third_p TYPE: LicenseType.bsd FILE: ../../../third_party/skia/bench/AndroidCodecBench.cpp FILE: ../../../third_party/skia/bench/AndroidCodecBench.h -FILE: ../../../third_party/skia/bench/DrawLatticeBench.cpp FILE: ../../../third_party/skia/bench/EncodeBench.cpp FILE: ../../../third_party/skia/bench/GrMipMapBench.cpp FILE: ../../../third_party/skia/bench/HardStopGradientBench_ScaleNumColors.cpp @@ -4088,8 +4087,6 @@ FILE: ../../../third_party/skia/docs/examples/Canvas_drawAtlas_2.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawAtlas_3.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawAtlas_4.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmap.cpp -FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmapLattice.cpp -FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmapNine.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmapRect.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmapRect_2.cpp FILE: ../../../third_party/skia/docs/examples/Canvas_drawBitmapRect_3.cpp