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

Commit 66a9d8c

Browse files
Roll Skia from c5d3326d767d to b6dfd97c5290 (10 revisions)
https://skia.googlesource.com/skia.git/+log/c5d3326d767d..b6dfd97c5290 2022-02-10 [email protected] const SkDescriptor::flatten 2022-02-10 [email protected] Implement SkRecordedDrawable::onApproximateBytesUsed 2022-02-10 [email protected] Adding a trace to nanobench for RP/VM comparison 2022-02-10 [email protected] Reland "Add kR8_unorm_SkColorType" 2022-02-10 [email protected] [infra] Make jobs for new Intel MacBook Pros 2022-02-10 [email protected] [canvaskit] Improve error when non-matrix argument passed in 2022-02-10 [email protected] Remove isOpaque parameter from CanvasKit SkRuntimeEffect APIs 2022-02-10 [email protected] Limit infinity support to GLSL 3.3 and above. 2022-02-10 [email protected] Enable warning -Wformat-nonliteral. 2022-02-10 [email protected] Update REPORTER_ASSERT/ERRORF to check format strings. 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
1 parent 18f2faf commit 66a9d8c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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': 'c5d3326d767d262e9f92f308ea6811ddf03ed834',
30+
'skia_revision': 'b6dfd97c52906c1748b9c2a2406eea44a8daf96c',
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 034a18b08e17e7f9233edb75a9a8dd48
1+
Signature: 73ec28a544af6c4f53d57c7ff43fa7f0
22

33
UNUSED LICENSES:
44

@@ -5640,6 +5640,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLGLSL.h
56405640
FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpression.cpp
56415641
FILE: ../../../third_party/skia/src/sksl/lex/TransitionTable.cpp
56425642
FILE: ../../../third_party/skia/src/sksl/lex/TransitionTable.h
5643+
FILE: ../../../third_party/skia/src/utils/SkCycles.h
56435644
FILE: ../../../third_party/skia/src/utils/SkOrderedFontMgr.cpp
56445645
----------------------------------------------------------------------------------------------------
56455646
Copyright 2021 Google Inc.
@@ -6526,6 +6527,7 @@ LIBRARY: skia
65266527
ORIGIN: ../../../third_party/skia/gm/drawlines_with_local_matrix.cpp + ../../../third_party/skia/LICENSE
65276528
TYPE: LicenseType.bsd
65286529
FILE: ../../../third_party/skia/gm/drawlines_with_local_matrix.cpp
6530+
FILE: ../../../third_party/skia/src/utils/SkBlitterTrace.h
65296531
----------------------------------------------------------------------------------------------------
65306532
Copyright 2022 Google Inc.
65316533

0 commit comments

Comments
 (0)