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

Commit a5f4164

Browse files
Roll Skia from a0928a46b9c8 to 611f08987be3 (2 revisions)
https://skia.googlesource.com/skia.git/+log/a0928a46b9c8..611f08987be3 2023-09-21 brianosman@google.com Add working color space shader 2023-09-21 avi@chromium.org Remove deprecated API use 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 brianosman@google.com,jonahwilliams@google.com,rmistry@google.com,tdenniston@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 7a9409e commit a5f4164

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
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': 'a0928a46b9c83d3e4d5ce650d94d5b3511684f29',
21+
'skia_revision': '611f08987be37fd530142af262eaa5baadc9f980',
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 081182b36fe81f85190a3661de55417b
1+
Signature: 48468e3ab8dae681a975c559a05bf74a
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9002,6 +9002,8 @@ ORIGIN: ../../../third_party/skia/src/shaders/SkRuntimeShader.h + ../../../third
90029002
ORIGIN: ../../../third_party/skia/src/shaders/SkShaderBase.cpp + ../../../third_party/skia/LICENSE
90039003
ORIGIN: ../../../third_party/skia/src/shaders/SkTriColorShader.cpp + ../../../third_party/skia/LICENSE
90049004
ORIGIN: ../../../third_party/skia/src/shaders/SkTriColorShader.h + ../../../third_party/skia/LICENSE
9005+
ORIGIN: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp + ../../../third_party/skia/LICENSE
9006+
ORIGIN: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.h + ../../../third_party/skia/LICENSE
90059007
ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h + ../../../third_party/skia/LICENSE
90069008
ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h + ../../../third_party/skia/LICENSE
90079009
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../third_party/skia/LICENSE
@@ -9261,6 +9263,8 @@ FILE: ../../../third_party/skia/src/shaders/SkRuntimeShader.h
92619263
FILE: ../../../third_party/skia/src/shaders/SkShaderBase.cpp
92629264
FILE: ../../../third_party/skia/src/shaders/SkTriColorShader.cpp
92639265
FILE: ../../../third_party/skia/src/shaders/SkTriColorShader.h
9266+
FILE: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.cpp
9267+
FILE: ../../../third_party/skia/src/shaders/SkWorkingColorSpaceShader.h
92649268
FILE: ../../../third_party/skia/src/shaders/gradients/SkRadialGradient.h
92659269
FILE: ../../../third_party/skia/src/shaders/gradients/SkSweepGradient.h
92669270
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp

0 commit comments

Comments
 (0)