mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 9ba7bf8be99d to 271cd2c4b1bd (2 revisions) (#165837)
https://skia.googlesource.com/skia.git/+log/9ba7bf8be99d..271cd2c4b1bd 2025-03-24 zengyonghust@gmail.com Fix incorrect equality check in WayRoughlyEqual function. eg. a = (0, 10), b = (0, 100) then largestDiff will be 0, which will incorrectly judge that a is equal to b. 2025-03-24 kjlubick@google.com Introduce SkRasterPipelineContexts namespace 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 jsimmons@google.com,kjlubick@google.com,maxhudnell@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://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
This commit is contained in:
parent
807ccd7f9d
commit
838515b967
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
'flutter_git': 'https://flutter.googlesource.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
'skia_revision': '9ba7bf8be99db16e927775c617f301006f7f8ddd',
|
||||
'skia_revision': '271cd2c4b1bd07ef7aa14a9a2ed5fd250a2ebb1b',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 0042ee9e402c64ab199e1331fb1adf40
|
||||
Signature: 244a9232f5ba9990b86ea7f87e21d6de
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user