Skip to content

Commit

Permalink
Roll Skia from c83eef7dc2a3 to 971c342c3030 (2 revisions) (flutter#38248
Browse files Browse the repository at this point in the history
)

https://skia.googlesource.com/skia.git/+log/c83eef7dc2a3..971c342c3030

2022-12-13 [email protected] [includes] Enforce IWYU on SkTArray and SkTDArray
2022-12-13 [email protected] 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 [email protected],[email protected] 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
  • Loading branch information
skia-flutter-autoroll authored and loic-sharma committed Jan 3, 2023
1 parent ae829ae commit f5ab71c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'c83eef7dc2a3a40f8e7906fb0f764342c4c36c6b',
'skia_revision': '971c342c30304ef6048384595b073b67d618b417',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
8 changes: 5 additions & 3 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: b4728e57adcfe2223a3018c836607217
Signature: 734f452db823000268dff4a6e6d2e13e

UNUSED LICENSES:

Expand Down Expand Up @@ -5316,6 +5316,8 @@ FILE: ../../../third_party/skia/docs/examples/Dst_Out.cpp
FILE: ../../../third_party/skia/docs/examples/Dst_Over.cpp
FILE: ../../../third_party/skia/docs/examples/Exclusion.cpp
FILE: ../../../third_party/skia/docs/examples/Fake_Bold.cpp
FILE: ../../../third_party/skia/docs/examples/FillPathWithPaint.cpp
FILE: ../../../third_party/skia/docs/examples/FillPathWithPaint_2.cpp
FILE: ../../../third_party/skia/docs/examples/Font_breakText.cpp
FILE: ../../../third_party/skia/docs/examples/HSVToColor.cpp
FILE: ../../../third_party/skia/docs/examples/HSVToColor_2.cpp
Expand Down Expand Up @@ -5575,8 +5577,6 @@ FILE: ../../../third_party/skia/docs/examples/Paint_getAlpha.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getColor.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getColor4f.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getColorFilter.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getFillPath.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getFillPath_2.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getFlags.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getFontMetrics.cpp
FILE: ../../../third_party/skia/docs/examples/Paint_getFontSpacing.cpp
Expand Down Expand Up @@ -7600,6 +7600,7 @@ FILE: ../../../third_party/skia/gm/crbug_1313579.cpp
FILE: ../../../third_party/skia/include/core/SkAlphaType.h
FILE: ../../../third_party/skia/include/core/SkCapabilities.h
FILE: ../../../third_party/skia/include/core/SkColorType.h
FILE: ../../../third_party/skia/include/core/SkPathUtils.h
FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
FILE: ../../../third_party/skia/include/gpu/graphite/CombinationBuilder.h
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
Expand All @@ -7616,6 +7617,7 @@ FILE: ../../../third_party/skia/infra/bots/task_drivers/toolchain_layering_check
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode.cpp
FILE: ../../../third_party/skia/src/core/SkCapabilities.cpp
FILE: ../../../third_party/skia/src/core/SkDebugUtils.h
FILE: ../../../third_party/skia/src/core/SkPathUtils.cpp
FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp
FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h
Expand Down

0 comments on commit f5ab71c

Please sign in to comment.