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

Commit 1f47da6

Browse files
Roll Skia from 0355118f220e to 2a735ba1cb32 (7 revisions)
https://skia.googlesource.com/skia.git/+log/0355118f220e..2a735ba1cb32 2021-01-08 [email protected] add colorspace2 GM 2021-01-08 [email protected] quiet dehyrdate_sksl unless it fails 2021-01-08 [email protected] Check for null image before querying its bounds 2021-01-08 [email protected] Add SkSL DSLType 2021-01-08 [email protected] Pre-emptive fix for upcoming ANGLE change. 2021-01-08 [email protected] Enable using discardable msaa attachments in vulkan. 2021-01-08 [email protected] [infra] Filter PathKit and CanvasKit tryjobs when cutting Chrome branch 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] on the revert to ensure that a human is aware of the problem. 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/master/autoroll/README.md
1 parent 9cb4d2d commit 1f47da6

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
@@ -26,7 +26,7 @@ vars = {
2626
'skia_git': 'https://skia.googlesource.com',
2727
# OCMock is for testing only so there is no google clone
2828
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
29-
'skia_revision': '0355118f220eb85d111ab88cd39614b595f8d4bd',
29+
'skia_revision': '2a735ba1cb32d7688c73845e92cbc2173a3b98e4',
3030

3131
# When updating the Dart revision, ensure that all entries that are
3232
# dependencies of Dart are also updated to match the entries in the

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: 562e8eb22fe0e0dc5845aca4ba917f5b
1+
Signature: 2d6a1a231e5d42b5705b3f3f3247a0b3
22

33
UNUSED LICENSES:
44

@@ -4012,6 +4012,8 @@ FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.cpp
40124012
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.h
40134013
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp
40144014
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.h
4015+
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp
4016+
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.h
40154017
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.cpp
40164018
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.h
40174019
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h

0 commit comments

Comments
 (0)