From b4a219279e5045c8da7645f8badace7e008fa705 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 14 Oct 2021 18:36:02 +0000 Subject: [PATCH] Roll Skia from ab19daec3b88 to d0c7f636453b (1 revision) https://skia.googlesource.com/skia.git/+log/ab19daec3b88..d0c7f636453b 2021-10-14 csmartdalton@google.com Move Wang's formula back into src/gpu/tessellate 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 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index fec9913654b73..917e2b07cd62b 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': 'ab19daec3b88fb6c71e855ee71a16158eed9d944', + 'skia_revision': 'd0c7f636453b2e18c96bde8f41c174b7c11e3aa8', # 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 c4a0dfdf8d084..d632861473cef 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 2466fb1815ba3ba53e864c095ad390a5 +Signature: fc2b261fb44e48c83f00f4ab4eb98b2a UNUSED LICENSES: @@ -4061,7 +4061,6 @@ FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.cpp FILE: ../../../third_party/skia/src/gpu/GrThreadSafeCache.h FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.cpp FILE: ../../../third_party/skia/src/gpu/geometry/GrAATriangulator.h -FILE: ../../../third_party/skia/src/gpu/geometry/GrWangsFormula.h FILE: ../../../third_party/skia/src/gpu/mock/GrMockOpTarget.h FILE: ../../../third_party/skia/src/gpu/ops/DrawAtlasPathOp.cpp FILE: ../../../third_party/skia/src/gpu/ops/DrawAtlasPathOp.h @@ -4074,6 +4073,7 @@ FILE: ../../../third_party/skia/src/gpu/ops/SmallPathShapeData.h FILE: ../../../third_party/skia/src/gpu/tessellate/MiddleOutPolygonTriangulator.h FILE: ../../../third_party/skia/src/gpu/tessellate/StrokeIterator.h FILE: ../../../third_party/skia/src/gpu/tessellate/VectorXform.h +FILE: ../../../third_party/skia/src/gpu/tessellate/WangsFormula.h FILE: ../../../third_party/skia/src/gpu/text/GrSDFTControl.cpp FILE: ../../../third_party/skia/src/gpu/text/GrSDFTControl.h FILE: ../../../third_party/skia/src/opts/SkOpts_skx.cpp