Skip to content

Commit c3ddd56

Browse files
skia-flutter-autorollloic-sharma
authored andcommitted
Roll Skia from c83eef7dc2a3 to 971c342c3030 (2 revisions) (flutter#38248)
https://skia.googlesource.com/skia.git/+log/c83eef7dc2a3..971c342c3030 2022-12-13 kjlubick@google.com [includes] Enforce IWYU on SkTArray and SkTDArray 2022-12-13 kjlubick@google.com Move getFillPath from Paint to SkPathUtils.h 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,jsimmons@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
1 parent 4e12c6e commit c3ddd56

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'c83eef7dc2a3a40f8e7906fb0f764342c4c36c6b',
21+
'skia_revision': '971c342c30304ef6048384595b073b67d618b417',
2222

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

ci/licenses_golden/licenses_skia

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: b4728e57adcfe2223a3018c836607217
1+
Signature: 734f452db823000268dff4a6e6d2e13e
22

33
UNUSED LICENSES:
44

@@ -5316,6 +5316,8 @@ FILE: ../../../third_party/skia/docs/examples/Dst_Out.cpp
53165316
FILE: ../../../third_party/skia/docs/examples/Dst_Over.cpp
53175317
FILE: ../../../third_party/skia/docs/examples/Exclusion.cpp
53185318
FILE: ../../../third_party/skia/docs/examples/Fake_Bold.cpp
5319+
FILE: ../../../third_party/skia/docs/examples/FillPathWithPaint.cpp
5320+
FILE: ../../../third_party/skia/docs/examples/FillPathWithPaint_2.cpp
53195321
FILE: ../../../third_party/skia/docs/examples/Font_breakText.cpp
53205322
FILE: ../../../third_party/skia/docs/examples/HSVToColor.cpp
53215323
FILE: ../../../third_party/skia/docs/examples/HSVToColor_2.cpp
@@ -5575,8 +5577,6 @@ FILE: ../../../third_party/skia/docs/examples/Paint_getAlpha.cpp
55755577
FILE: ../../../third_party/skia/docs/examples/Paint_getColor.cpp
55765578
FILE: ../../../third_party/skia/docs/examples/Paint_getColor4f.cpp
55775579
FILE: ../../../third_party/skia/docs/examples/Paint_getColorFilter.cpp
5578-
FILE: ../../../third_party/skia/docs/examples/Paint_getFillPath.cpp
5579-
FILE: ../../../third_party/skia/docs/examples/Paint_getFillPath_2.cpp
55805580
FILE: ../../../third_party/skia/docs/examples/Paint_getFlags.cpp
55815581
FILE: ../../../third_party/skia/docs/examples/Paint_getFontMetrics.cpp
55825582
FILE: ../../../third_party/skia/docs/examples/Paint_getFontSpacing.cpp
@@ -7600,6 +7600,7 @@ FILE: ../../../third_party/skia/gm/crbug_1313579.cpp
76007600
FILE: ../../../third_party/skia/include/core/SkAlphaType.h
76017601
FILE: ../../../third_party/skia/include/core/SkCapabilities.h
76027602
FILE: ../../../third_party/skia/include/core/SkColorType.h
7603+
FILE: ../../../third_party/skia/include/core/SkPathUtils.h
76037604
FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
76047605
FILE: ../../../third_party/skia/include/gpu/graphite/CombinationBuilder.h
76057606
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
@@ -7616,6 +7617,7 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check
76167617
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
76177618
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
76187619
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
7620+
FILE: ../../../third_party/skia/src/core/SkPathUtils.cpp
76197621
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
76207622
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
76217623
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h

0 commit comments

Comments
 (0)