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

Commit e3052f0

Browse files
Roll Skia from da5034f9d117 to c4b171fe5668 (1 revision)
https://skia.googlesource.com/skia.git/+log/da5034f9d117..c4b171fe5668 2023-01-25 [email protected] Add SkJpegGainmapEncoder::EncodeJpegR and EncodeHDRGM 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 8efc718 commit e3052f0

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': 'da5034f9d117ac2bc6ee62af6530e114c874d443',
21+
'skia_revision': 'c4b171fe5668a522c222b0777afefcb3cbd8a2ac',
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: a2feff42de81f74889917e89725a8bd8
1+
Signature: fdba0e7b767e0dd32daaf68cc6161442
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8878,6 +8878,7 @@ LIBRARY: skia
88788878
ORIGIN: ../../../third_party/skia/gm/imagefiltersunpremul.cpp + ../../../third_party/skia/LICENSE
88798879
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
88808880
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
8881+
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
88818882
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp + ../../../third_party/skia/LICENSE
88828883
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.h + ../../../third_party/skia/LICENSE
88838884
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
@@ -8886,11 +8887,13 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../thi
88868887
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE
88878888
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
88888889
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
8890+
ORIGIN: ../../../third_party/skia/src/images/SkJpegGainmapEncoder.cpp + ../../../third_party/skia/LICENSE
88898891
ORIGIN: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp + ../../../third_party/skia/LICENSE
88908892
TYPE: LicenseType.bsd
88918893
FILE: ../../../third_party/skia/gm/imagefiltersunpremul.cpp
88928894
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
88938895
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
8896+
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
88948897
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp
88958898
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.h
88968899
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
@@ -8899,6 +8902,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
88998902
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h
89008903
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
89018904
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
8905+
FILE: ../../../third_party/skia/src/images/SkJpegGainmapEncoder.cpp
89028906
FILE: ../../../third_party/skia/src/shaders/SkGainmapShader.cpp
89038907
----------------------------------------------------------------------------------------------------
89048908
Copyright 2023 Google Inc.

0 commit comments

Comments
 (0)