From deff80f12eb572fa4ad65908e09e8efbf66f51b1 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 2 Jan 2019 15:40:12 -0500 Subject: [PATCH] Roll src/third_party/skia 279b65ddb5a3..d0d5bb8c8500 (12 commits) (flutter/engine#7353) https://skia.googlesource.com/skia.git/%2Blog/279b65ddb5a3..d0d5bb8c8500 git log 279b65ddb5a306cb05552a6adfd4f63a9e78fb45..d0d5bb8c85002629fd0750c7548f468d188bd420 --date=short --no-merges --format=%ad %ae %s 2019-01-02 reed@google.com Revert "undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE" 2019-01-02 brianosman@google.com Remove special case for DCI P3 when making ICC profiles 2018-12-29 ianloic@google.com Update SkFontMgr_fuchsia.cpp for new FIDL API 2019-01-02 herb@google.com Return SkGlyphCache and GrTextStrike together. 2019-01-02 fmalita@chromium.org [skottie] Initial 3D layer transform support 2019-01-02 reed@google.com undefine SK_SUPPORT_LEGACY_PAINT_TEXTMEASURE 2019-01-02 reed@google.com don't use paint to perform char-to-glyph 2019-01-02 reed@google.com make bookmaker happier 2019-01-02 mtklein@google.com flip on one-big-switch SkRasterPipeline 2019-01-02 mtklein@google.com allocate a little bit of space 2019-01-02 reed@google.com use font instead of paint for text 2019-01-02 mtklein@google.com fix fallthrough when deciding lowp/highp 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 (bungeman@google.com), and stop the roller if necessary. --- DEPS | 2 +- engine/src/flutter/ci/licenses_golden/licenses_skia | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index ac5400880b0..957f9f55bae 100644 --- a/DEPS +++ b/DEPS @@ -23,7 +23,7 @@ vars = { 'fuchsia_git': 'https://fuchsia.googlesource.com', 'github_git': 'https://github.com', 'skia_git': 'https://skia.googlesource.com', - 'skia_revision': '279b65ddb5a306cb05552a6adfd4f63a9e78fb45', + 'skia_revision': 'd0d5bb8c85002629fd0750c7548f468d188bd420', # 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/engine/src/flutter/ci/licenses_golden/licenses_skia b/engine/src/flutter/ci/licenses_golden/licenses_skia index adb49008dd6..83848002ee4 100644 --- a/engine/src/flutter/ci/licenses_golden/licenses_skia +++ b/engine/src/flutter/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 2e3b3c0acf638f5661ae1827f5fecd2d +Signature: 9a024e140ecd2e0dd74cc0c8fd353a36 UNUSED LICENSES: @@ -2849,7 +2849,6 @@ FILE: ../../../third_party/skia/samplecode/SampleLCD.cpp FILE: ../../../third_party/skia/samplecode/SampleLayerMask.cpp FILE: ../../../third_party/skia/samplecode/SampleLayers.cpp FILE: ../../../third_party/skia/samplecode/SampleLines.cpp -FILE: ../../../third_party/skia/samplecode/SampleMeasure.cpp FILE: ../../../third_party/skia/samplecode/SamplePatch.cpp FILE: ../../../third_party/skia/samplecode/SamplePath.cpp FILE: ../../../third_party/skia/samplecode/SamplePathClip.cpp @@ -2863,7 +2862,6 @@ FILE: ../../../third_party/skia/samplecode/SampleShaders.cpp FILE: ../../../third_party/skia/samplecode/SampleSlides.cpp FILE: ../../../third_party/skia/samplecode/SampleStrokePath.cpp FILE: ../../../third_party/skia/samplecode/SampleStrokeRect.cpp -FILE: ../../../third_party/skia/samplecode/SampleTextAlpha.cpp FILE: ../../../third_party/skia/samplecode/SampleTextBox.cpp FILE: ../../../third_party/skia/samplecode/SampleTextEffects.cpp FILE: ../../../third_party/skia/samplecode/SampleTextureDomain.cpp