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

Commit 002454e

Browse files
Roll Skia from ea2fd25220cb to 4235c0421a48 (1 revision) (#50648)
https://skia.googlesource.com/skia.git/+log/ea2fd25220cb..4235c0421a48 2024-02-14 [email protected] [graphite] Add RasterPathUtils. 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],[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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 4a58f74 commit 002454e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'ea2fd25220cb1318c1a36fe86c0fbdfd220badcb',
17+
'skia_revision': '4235c0421a48f1a06f6a296821806838024d456a',
1818

1919
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2020
# 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: c4fd24f28ae0d2568f54d2ba747796fa
1+
Signature: 313ee5b3d7e8212e2ddd89ba58017dda
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9508,6 +9508,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
95089508
LIBRARY: skia
95099509
ORIGIN: ../../../flutter/third_party/skia/gm/emptyshader.cpp + ../../../flutter/third_party/skia/LICENSE
95109510
ORIGIN: ../../../flutter/third_party/skia/gm/imagedither.cpp + ../../../flutter/third_party/skia/LICENSE
9511+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.cpp + ../../../flutter/third_party/skia/LICENSE
9512+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.h + ../../../flutter/third_party/skia/LICENSE
95119513
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SmallPathAtlas.cpp + ../../../flutter/third_party/skia/LICENSE
95129514
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/SmallPathAtlas.h + ../../../flutter/third_party/skia/LICENSE
95139515
ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -9516,6 +9518,8 @@ ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareB
95169518
TYPE: LicenseType.bsd
95179519
FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
95189520
FILE: ../../../flutter/third_party/skia/gm/imagedither.cpp
9521+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.cpp
9522+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RasterPathUtils.h
95199523
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SmallPathAtlas.cpp
95209524
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/SmallPathAtlas.h
95219525
FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp

sky/packages/sky_engine/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31704,7 +31704,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3170431704
This Source Code Form is "Incompatible With Secondary Licenses", as
3170531705
defined by the Mozilla Public License, v. 2.0.
3170631706

31707-
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/9982d96cebb0b5f61b7714179061c59e07ebead3
31707+
You may obtain a copy of this library's Source Code Form from: https://dart.googlesource.com/sdk/+/e7cfba13d375242509c760a358302fe69b023426
3170831708
/third_party/fallback_root_certificates/
3170931709

3171031710
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)