From 5dcbb9ed99980e74f72be2229eb07ab14b5a65d4 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Wed, 15 Jun 2022 18:11:08 +0000 Subject: [PATCH] Roll Skia from 06dd1858392a to 48d421cc9811 (6 revisions) https://skia.googlesource.com/skia.git/+log/06dd1858392a..48d421cc9811 2022-06-15 jsimmons@google.com Fix the offset applied to clip rectangles for painting text shadows 2022-06-15 herb@google.com Remove SkMakeSpan 2022-06-15 johnstiles@google.com Prevent kDefaultFontFamilies from being destroyed during atexit. 2022-06-15 johnstiles@google.com Prevent test-factory objects from being destroyed during atexit. 2022-06-15 nicolettep@google.com [graphite] Refactor Shape to be wrapped into a Geometry class 2022-06-15 nicolettep@google.com Reland "Add Perfetto library (gn & bazel) and bare-bones SkPerfTrace class" 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 johnstiles@google.com,kaushikiska@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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index 92a82d1a0f988..5aebe4a9a4452 100644 --- a/DEPS +++ b/DEPS @@ -27,7 +27,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': '06dd1858392aca500ecb36e78e56cc7616554cb2', + 'skia_revision': '48d421cc98118640a59863c156e5b266c4f298d1', # 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 7036f48a6c892..98c5c06474e36 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 43b1c6ac38bc5ed424f7a2cfb75520ae +Signature: 02ea5504a0f93171f1a1ea14720ae802 UNUSED LICENSES: @@ -5912,7 +5912,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h FILE: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.cpp FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.h -FILE: ../../../third_party/skia/src/gpu/graphite/DrawGeometry.h +FILE: ../../../third_party/skia/src/gpu/graphite/DrawParams.h FILE: ../../../third_party/skia/src/gpu/graphite/GlobalCache.cpp FILE: ../../../third_party/skia/src/gpu/graphite/GlobalCache.h FILE: ../../../third_party/skia/src/gpu/graphite/GpuWorkSubmission.cpp @@ -5936,6 +5936,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.cpp FILE: ../../../third_party/skia/src/gpu/graphite/UploadBufferManager.h FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.cpp FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.h +FILE: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.h FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.mm FILE: ../../../third_party/skia/src/gpu/graphite/render/CoverBoundsRenderStep.cpp