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

Commit 8fdf7df

Browse files
Roll Skia from f491209e969d to 076a9dd0094f (1 revision) (#47285)
https://skia.googlesource.com/skia.git/+log/f491209e969d..076a9dd0094f 2023-10-24 [email protected] Add implementation for SweepLine 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 502755d commit 8fdf7df

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': 'f491209e969d4bbe7855f2082a6e38ef4b7dd54d',
21+
'skia_revision': '076a9dd0094fcd2ab1d0da2eaca01797a1e413bb',
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: 4353b249b85afc14d6035334b2a9a520
1+
Signature: ad9f5291b9ab154745c0ef2e1f2d7683
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8793,12 +8793,14 @@ ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueueInter
87938793
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h + ../../../third_party/skia/LICENSE
87948794
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Point.h + ../../../third_party/skia/LICENSE
87958795
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h + ../../../third_party/skia/LICENSE
8796+
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/SweepLine.h + ../../../third_party/skia/LICENSE
87968797
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp + ../../../third_party/skia/LICENSE
87978798
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp + ../../../third_party/skia/LICENSE
87988799
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../third_party/skia/LICENSE
87998800
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp + ../../../third_party/skia/LICENSE
88008801
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp + ../../../third_party/skia/LICENSE
88018802
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp + ../../../third_party/skia/LICENSE
8803+
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/SweepLine.cpp + ../../../third_party/skia/LICENSE
88028804
ORIGIN: ../../../third_party/skia/src/base/SkBezierCurves.h + ../../../third_party/skia/LICENSE
88038805
ORIGIN: ../../../third_party/skia/src/base/SkCubics.cpp + ../../../third_party/skia/LICENSE
88048806
ORIGIN: ../../../third_party/skia/src/base/SkCubics.h + ../../../third_party/skia/LICENSE
@@ -9064,12 +9066,14 @@ FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueueInterfa
90649066
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Int96.h
90659067
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Point.h
90669068
FILE: ../../../third_party/skia/modules/bentleyottmann/include/Segment.h
9069+
FILE: ../../../third_party/skia/modules/bentleyottmann/include/SweepLine.h
90679070
FILE: ../../../third_party/skia/modules/bentleyottmann/src/BentleyOttmann1.cpp
90689071
FILE: ../../../third_party/skia/modules/bentleyottmann/src/BruteForceCrossings.cpp
90699072
FILE: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp
90709073
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Int96.cpp
90719074
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Point.cpp
90729075
FILE: ../../../third_party/skia/modules/bentleyottmann/src/Segment.cpp
9076+
FILE: ../../../third_party/skia/modules/bentleyottmann/src/SweepLine.cpp
90739077
FILE: ../../../third_party/skia/src/base/SkBezierCurves.h
90749078
FILE: ../../../third_party/skia/src/base/SkCubics.cpp
90759079
FILE: ../../../third_party/skia/src/base/SkCubics.h

0 commit comments

Comments
 (0)