From e7a17f5a037aa9593afec67630e1a24202236175 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 6 Jun 2023 03:22:29 +0000 Subject: [PATCH] Roll Skia from e8a71c76b88f to 4065e92bf577 (1 revision) https://skia.googlesource.com/skia.git/+log/e8a71c76b88f..4065e92bf577 2023-06-06 michaelludwig@google.com Add SkColorTable to share memory for SkColorFilters::Table 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 borenet@google.com,brianosman@google.com,jonahwilliams@google.com,rmistry@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose 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/+doc/main/autoroll/README.md --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DEPS b/DEPS index 4fa26e880f5b8..d3895b957b1cb 100644 --- a/DEPS +++ b/DEPS @@ -18,7 +18,7 @@ vars = { 'llvm_git': 'https://llvm.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': 'e8a71c76b88f44e08806d7661d474718a81ad5dd', + 'skia_revision': '4065e92bf577474b948d4f6affeb924edcc3a559', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index 06923ab1fac32..22f112d3c4f12 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 4ad361b485ba07de77093f7c9fec3f5f +Signature: 5e5ab2c425ba4a244b9c701d13426808 ==================================================================================================== LIBRARY: etc1 @@ -385,6 +385,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js FILE: ../../../third_party/skia/modules/skparagraph/test.html FILE: ../../../third_party/skia/package-lock.json FILE: ../../../third_party/skia/relnotes/skblenders_arithmetic_saturate.md +FILE: ../../../third_party/skia/relnotes/skcolortable.md FILE: ../../../third_party/skia/relnotes/skif_runtimeshader_sampleradius.md FILE: ../../../third_party/skia/relnotes/skimagefilters_image_remove.md FILE: ../../../third_party/skia/relnotes/skimagegenerator_grexternaltexturegenerator.md @@ -8921,6 +8922,7 @@ ORIGIN: ../../../third_party/skia/include/codec/SkPngDecoder.h + ../../../third_ ORIGIN: ../../../third_party/skia/include/codec/SkRawDecoder.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/codec/SkWbmpDecoder.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/codec/SkWebpDecoder.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/include/core/SkColorTable.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/core/SkEncodedImageFormat.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/core/SkICC.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../../../third_party/skia/LICENSE @@ -8945,6 +8947,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkBlitter_A8.h + ../../../third_party ORIGIN: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkChecksum.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/src/core/SkColorTable.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkDrawBase.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp + ../../../third_party/skia/LICENSE @@ -9072,6 +9075,7 @@ FILE: ../../../third_party/skia/include/codec/SkPngDecoder.h FILE: ../../../third_party/skia/include/codec/SkRawDecoder.h FILE: ../../../third_party/skia/include/codec/SkWbmpDecoder.h FILE: ../../../third_party/skia/include/codec/SkWebpDecoder.h +FILE: ../../../third_party/skia/include/core/SkColorTable.h FILE: ../../../third_party/skia/include/core/SkEncodedImageFormat.h FILE: ../../../third_party/skia/include/core/SkICC.h FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h @@ -9096,6 +9100,7 @@ FILE: ../../../third_party/skia/src/core/SkBlitter_A8.h FILE: ../../../third_party/skia/src/core/SkBlurMaskFilterImpl.h FILE: ../../../third_party/skia/src/core/SkCanvas_Raster.cpp FILE: ../../../third_party/skia/src/core/SkChecksum.cpp +FILE: ../../../third_party/skia/src/core/SkColorTable.cpp FILE: ../../../third_party/skia/src/core/SkDrawBase.cpp FILE: ../../../third_party/skia/src/core/SkDrawBase.h FILE: ../../../third_party/skia/src/core/SkFilterColorProgram.cpp