From d45f1c1e9a299dfee63de3146d75b19317a5f620 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Sat, 11 Jan 2020 14:49:49 -0500 Subject: [PATCH] Roll src/third_party/skia 3723fb7e85bb..0a1923e50752 (6 commits) (#15500) https://skia.googlesource.com/skia.git/+log/3723fb7e85bb..0a1923e50752 git log 3723fb7e85bb..0a1923e50752 --date=short --first-parent --format='%ad %ae %s' 2020-01-11 csmartdalton@google.com Disable QCOM_tiled_rendering while we wait for test devices 2020-01-11 reed@google.com Override didTranslate, and add virtual for didScale 2020-01-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-01-10 reed@google.com Revert "Revert "forward concat44 in nway canvas"" Created with: gclient setdep -r src/third_party/skia@0a1923e50752 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 jvanverth@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: jvanverth@google.com --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 1a66e265c..eccfde10e 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': '3723fb7e85bb5faacb93dc0d5416699b2ed31eb0', + 'skia_revision': '0a1923e50752073fd31ad667935c9e37681917e8', # 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 b6867a340..cde37bc57 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 5e802e5dc4bb228172f9e382590a9cc4 +Signature: 2a42c11ed4709993536100032505c6eb UNUSED LICENSES: @@ -5366,8 +5366,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== LIBRARY: skia -ORIGIN: ../../../third_party/skia/gm/bicubic.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/gm/3d.cpp + ../../../third_party/skia/LICENSE TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/gm/3d.cpp FILE: ../../../third_party/skia/gm/bicubic.cpp FILE: ../../../third_party/skia/gm/strokerect_anisotropic.cpp FILE: ../../../third_party/skia/include/private/SkM44.h -- GitLab