From 9ca666868bcbf628d1ad0376962d73497ebda3e5 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll <37626415+skia-flutter-autoroll@users.noreply.github.com> Date: Thu, 20 Sep 2018 19:35:17 -0400 Subject: [PATCH] Roll src/third_party/skia c9873a5f8b8e..44c6167c4125 (23 commits) (#6295) https://skia.googlesource.com/skia.git/+log/c9873a5f8b8e..44c6167c4125 Created with: gclient setdep -r src/third_party/skia@44c6167c4125 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, who should be CC'd on the roll, and stop the roller if necessary. --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 81 +++++++++++++++++--------------- 2 files changed, 43 insertions(+), 40 deletions(-) diff --git a/DEPS b/DEPS index 795f7dc215..f9d68ed62a 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': 'c9873a5f8b8ed5a6f69d656ed725a31f940da254', + 'skia_revision': '44c6167c412556cf6c44469ccbbae2d5e74b21f7', # 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 3557768a1e..b7fc832b7d 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 9be6317c5de5ac1d9e0e68bd0ff50a11 +Signature: 042774c98cd26293c1a8d048bd389252 UNUSED LICENSES: @@ -1130,7 +1130,7 @@ FILE: ../../../third_party/skia/src/opts/SkOpts_sse42.cpp FILE: ../../../third_party/skia/src/opts/SkSwizzler_opts.h FILE: ../../../third_party/skia/src/pdf/SkBitmapKey.h FILE: ../../../third_party/skia/src/pdf/SkPDFConvertType1FontStream.h -FILE: ../../../third_party/skia/src/pdf/SkPDFDocument.h +FILE: ../../../third_party/skia/src/pdf/SkPDFDocumentPriv.h FILE: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.cpp FILE: ../../../third_party/skia/src/pdf/SkPDFMakeCIDGlyphWidthsArray.h FILE: ../../../third_party/skia/src/pdf/SkPDFMakeToUnicodeCmap.h @@ -2386,6 +2386,7 @@ FILE: ../../../third_party/skia/site/favicon.ico FILE: ../../../third_party/skia/site/user/METADATA FILE: ../../../third_party/skia/site/user/api/METADATA FILE: ../../../third_party/skia/site/user/api/catalog.htm +FILE: ../../../third_party/skia/site/user/modules/METADATA FILE: ../../../third_party/skia/site/user/modules/PathKit_effects.png FILE: ../../../third_party/skia/site/user/sample/architecture.png FILE: ../../../third_party/skia/site/user/sample/detail_correct.png @@ -4198,6 +4199,7 @@ FILE: ../../../third_party/skia/include/core/SkFontArguments.h FILE: ../../../third_party/skia/include/core/SkSerialProcs.h FILE: ../../../third_party/skia/include/core/SkSurfaceCharacterization.h FILE: ../../../third_party/skia/include/core/SkVertices.h +FILE: ../../../third_party/skia/include/docs/SkXPSDocument.h FILE: ../../../third_party/skia/include/effects/SkHighContrastFilter.h FILE: ../../../third_party/skia/include/effects/SkToSRGBColorFilter.h FILE: ../../../third_party/skia/include/encode/SkEncoder.h @@ -4214,6 +4216,7 @@ FILE: ../../../third_party/skia/include/private/SkImageInfoPriv.h FILE: ../../../third_party/skia/include/private/SkMalloc.h FILE: ../../../third_party/skia/include/private/SkShadowFlags.h FILE: ../../../third_party/skia/include/utils/SkShadowUtils.h +FILE: ../../../third_party/skia/modules/skottie/gm/SkottieGM.cpp FILE: ../../../third_party/skia/modules/skottie/include/Skottie.h FILE: ../../../third_party/skia/modules/skottie/src/Skottie.cpp FILE: ../../../third_party/skia/modules/skottie/src/SkottieAnimator.cpp @@ -4524,7 +4527,6 @@ FILE: ../../../third_party/skia/src/utils/SkShadowTessellator.h FILE: ../../../third_party/skia/src/utils/SkShadowUtils.cpp FILE: ../../../third_party/skia/src/utils/SkThreadUtils_pthread.cpp FILE: ../../../third_party/skia/src/utils/SkThreadUtils_win.cpp -FILE: ../../../third_party/skia/src/xps/SkXPSDocument.h ---------------------------------------------------------------------------------------------------- Copyright 2017 Google Inc. @@ -5132,6 +5134,43 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ==================================================================================================== +==================================================================================================== +LIBRARY: skia +ORIGIN: ../../../third_party/skia/include/docs/SkPDFDocument.h + ../../../third_party/skia/LICENSE +TYPE: LicenseType.bsd +FILE: ../../../third_party/skia/include/docs/SkPDFDocument.h +FILE: ../../../third_party/skia/src/utils/SkUTF.cpp +FILE: ../../../third_party/skia/src/utils/SkUTF.h +---------------------------------------------------------------------------------------------------- +Copyright 2018 Google LLC. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +==================================================================================================== + ==================================================================================================== LIBRARY: skia ORIGIN: ../../../third_party/skia/include/effects/SkPictureImageFilter.h + ../../../third_party/skia/LICENSE @@ -5987,42 +6026,6 @@ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Materials. ==================================================================================================== -==================================================================================================== -LIBRARY: skia -ORIGIN: ../../../third_party/skia/src/utils/SkUTF.cpp + ../../../third_party/skia/LICENSE -TYPE: LicenseType.bsd -FILE: ../../../third_party/skia/src/utils/SkUTF.cpp -FILE: ../../../third_party/skia/src/utils/SkUTF.h ----------------------------------------------------------------------------------------------------- -Copyright 2018 Google LLC. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -==================================================================================================== - ==================================================================================================== LIBRARY: vulkanmemoryallocator ORIGIN: ../../../third_party/skia/third_party/vulkanmemoryallocator/include/LICENSE.txt -- GitLab