mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 6fa6fdd04783 to 5c8c7faf9131 (3 revisions) (flutter/engine#44506)
https://skia.googlesource.com/skia.git/+log/6fa6fdd04783..5c8c7faf9131 2023-08-08 herb@google.com Bentley-Ottmann EventQueue 2023-08-08 thakis@chromium.org Fix an unreachable code diag 2023-08-08 lovisolo@google.com [bazel] Add serve-bazel-test-undeclared-outputs.sh utility script. 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,chinmaygarde@google.com,kjlubick@google.com,rmistry@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
This commit is contained in:
parent
d669ddd4f4
commit
f3b3e417fe
2
DEPS
2
DEPS
@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '6fa6fdd04783217b7c1f365723fc3a27045f87d8',
|
||||
'skia_revision': '5c8c7faf91319ad7888f937565ad341d31a3746a',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2691,6 +2691,10 @@
|
||||
../../../third_party/skia/include/utils/BUILD.bazel
|
||||
../../../third_party/skia/include/utils/mac/BUILD.bazel
|
||||
../../../third_party/skia/infra
|
||||
../../../third_party/skia/modules/bentleyottmann/BUILD.bazel
|
||||
../../../third_party/skia/modules/bentleyottmann/include/BUILD.bazel
|
||||
../../../third_party/skia/modules/bentleyottmann/src/BUILD.bazel
|
||||
../../../third_party/skia/modules/bentleyottmann/tests
|
||||
../../../third_party/skia/modules/canvaskit/.gitignore
|
||||
../../../third_party/skia/modules/canvaskit/BUILD.bazel
|
||||
../../../third_party/skia/modules/canvaskit/CHANGELOG.md
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: edef235720902c2dff8c97e5d1886810
|
||||
Signature: f655fa3277648af8aef963857eba5273
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8912,6 +8912,8 @@ ORIGIN: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/chromium/SkImageChromium.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/base/SkBezierCurves.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/base/SkCubics.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/base/SkCubics.h + ../../../third_party/skia/LICENSE
|
||||
@ -9136,6 +9138,8 @@ FILE: ../../../third_party/skia/include/private/chromium/GrPromiseImageTexture.h
|
||||
FILE: ../../../third_party/skia/include/private/chromium/GrSurfaceCharacterization.h
|
||||
FILE: ../../../third_party/skia/include/private/chromium/SkImageChromium.h
|
||||
FILE: ../../../third_party/skia/include/private/gpu/ganesh/GrTextureGenerator.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/include/EventQueue.h
|
||||
FILE: ../../../third_party/skia/modules/bentleyottmann/src/EventQueue.cpp
|
||||
FILE: ../../../third_party/skia/src/base/SkBezierCurves.h
|
||||
FILE: ../../../third_party/skia/src/base/SkCubics.cpp
|
||||
FILE: ../../../third_party/skia/src/base/SkCubics.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user