Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 34c9706

Browse files
Roll Skia from d7ddbe668dc4 to 4cf577899cd7 (19 revisions) (#33161)
1 parent c8ccb26 commit 34c9706

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars = {
2727
'skia_git': 'https://skia.googlesource.com',
2828
# OCMock is for testing only so there is no google clone
2929
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
30-
'skia_revision': 'd7ddbe668dc4ae7f25eebebea058e759e7024609',
30+
'skia_revision': '4cf577899cd7edf930dea9887f54b34730772aaf',
3131

3232
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
3333
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 4010fa3decd081ab8c5342138801ad1e
1+
Signature: 1b37f5892914bfb90ee12c9496adbd5b
22

33
UNUSED LICENSES:
44

@@ -1284,7 +1284,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/gradients/BUILD.bazel
12841284
FILE: ../../../third_party/skia/src/gpu/ganesh/mock/BUILD.bazel
12851285
FILE: ../../../third_party/skia/src/gpu/ganesh/mtl/BUILD.bazel
12861286
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/BUILD.bazel
1287-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/BUILD.bazel
1287+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/BUILD.bazel
12881288
FILE: ../../../third_party/skia/src/gpu/ganesh/text/BUILD.bazel
12891289
FILE: ../../../third_party/skia/src/gpu/ganesh/v1/BUILD.bazel
12901290
FILE: ../../../third_party/skia/src/gpu/ganesh/vk/BUILD.bazel
@@ -2808,8 +2808,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.cpp
28082808
FILE: ../../../third_party/skia/src/gpu/ganesh/GrMeshDrawTarget.h
28092809
FILE: ../../../third_party/skia/src/gpu/ganesh/GrOpsTypes.h
28102810
FILE: ../../../third_party/skia/src/gpu/ganesh/GrPersistentCacheUtils.cpp
2811-
FILE: ../../../third_party/skia/src/gpu/ganesh/GrSubRunAllocator.cpp
2812-
FILE: ../../../third_party/skia/src/gpu/ganesh/GrSubRunAllocator.h
28132811
FILE: ../../../third_party/skia/src/gpu/ganesh/GrSurfaceInfo.cpp
28142812
FILE: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.cpp
28152813
FILE: ../../../third_party/skia/src/gpu/ganesh/GrWritePixelsRenderTask.h
@@ -2973,6 +2971,8 @@ FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadGlobalVariab
29732971
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateDeadLocalVariables.cpp
29742972
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateUnreachableCode.cpp
29752973
FILE: ../../../third_party/skia/src/sksl/transform/SkSLProgramWriter.h
2974+
FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.cpp
2975+
FILE: ../../../third_party/skia/src/text/gpu/SubRunAllocator.h
29762976
FILE: ../../../third_party/skia/src/utils/SkVMVisualizer.cpp
29772977
FILE: ../../../third_party/skia/src/utils/SkVMVisualizer.h
29782978
----------------------------------------------------------------------------------------------------
@@ -3271,8 +3271,6 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.cpp
32713271
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TriangulatingPathRenderer.h
32723272
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrDistanceFieldAdjustTable.cpp
32733273
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrDistanceFieldAdjustTable.h
3274-
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrStrikeCache.cpp
3275-
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrStrikeCache.h
32763274
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlob.cpp
32773275
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlob.h
32783276
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrTextBlobRedrawCoordinator.cpp
@@ -3339,6 +3337,8 @@ FILE: ../../../third_party/skia/src/shaders/SkImageShader.h
33393337
FILE: ../../../third_party/skia/src/svg/SkSVGCanvas.cpp
33403338
FILE: ../../../third_party/skia/src/svg/SkSVGDevice.cpp
33413339
FILE: ../../../third_party/skia/src/svg/SkSVGDevice.h
3340+
FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.cpp
3341+
FILE: ../../../third_party/skia/src/text/gpu/StrikeCache.h
33423342
FILE: ../../../third_party/skia/src/utils/SkPaintFilterCanvas.cpp
33433343
FILE: ../../../third_party/skia/src/xps/SkXPSDocument.cpp
33443344
----------------------------------------------------------------------------------------------------
@@ -5737,8 +5737,8 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.cpp
57375737
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathInnerTriangulateOp.h
57385738
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.cpp
57395739
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/TessellationPathRenderer.h
5740-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrPathTessellationShader.cpp
5741-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrPathTessellationShader.h
5740+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.cpp
5741+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrPathTessellationShader.h
57425742
FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.cpp
57435743
FILE: ../../../third_party/skia/src/pdf/SkPDFGraphicStackState.h
57445744
FILE: ../../../third_party/skia/src/pdf/SkPDFType1Font.cpp
@@ -6084,9 +6084,9 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/GrVx.h
60846084
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/AtlasInstancedHelper.cpp
60856085
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.cpp
60866086
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellateOp.h
6087-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrStrokeTessellationShader.cpp
6088-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrStrokeTessellationShader.h
6089-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrTessellationShader.h
6087+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.cpp
6088+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrStrokeTessellationShader.h
6089+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.h
60906090
FILE: ../../../third_party/skia/src/opts/SkVM_opts.h
60916091
FILE: ../../../third_party/skia/src/sksl/SkSLAnalysis.cpp
60926092
FILE: ../../../third_party/skia/src/sksl/SkSLModifiersPool.h
@@ -6156,12 +6156,10 @@ FILE: ../../../third_party/skia/src/gpu/AtlasTypes.cpp
61566156
FILE: ../../../third_party/skia/src/gpu/AtlasTypes.h
61576157
FILE: ../../../third_party/skia/src/gpu/RefCntedCallback.h
61586158
FILE: ../../../third_party/skia/src/gpu/ganesh/GrImageInfo.cpp
6159-
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellator.cpp
6160-
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellator.h
6161-
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellator.cpp
6162-
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/StrokeTessellator.h
6163-
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrGlyphVector.cpp
6164-
FILE: ../../../third_party/skia/src/gpu/ganesh/text/GrGlyphVector.h
6159+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.cpp
6160+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/PathTessellator.h
6161+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.cpp
6162+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/StrokeTessellator.h
61656163
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp
61666164
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h
61676165
FILE: ../../../third_party/skia/src/gpu/graphite/DrawGeometry.h
@@ -6204,6 +6202,8 @@ FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h
62046202
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLFinalizationChecks.cpp
62056203
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp
62066204
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h
6205+
FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.cpp
6206+
FILE: ../../../third_party/skia/src/text/gpu/GlyphVector.h
62076207
FILE: ../../../third_party/skia/src/utils/SkTestCanvas.h
62086208
----------------------------------------------------------------------------------------------------
62096209
Copyright 2022 Google LLC
@@ -6466,7 +6466,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.cpp
64666466
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathStencilCoverOp.h
64676467
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.cpp
64686468
FILE: ../../../third_party/skia/src/gpu/ganesh/ops/PathTessellateOp.h
6469-
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/shaders/GrTessellationShader.cpp
6469+
FILE: ../../../third_party/skia/src/gpu/ganesh/tessellate/GrTessellationShader.cpp
64706470
FILE: ../../../third_party/skia/src/gpu/tessellate/AffineMatrix.h
64716471
FILE: ../../../third_party/skia/src/gpu/tessellate/PatchWriter.h
64726472
FILE: ../../../third_party/skia/src/gpu/tessellate/Tessellation.cpp

0 commit comments

Comments
 (0)