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

Commit b00f869

Browse files
Roll Skia from ce5ff5cc03ce to c42320d53714 (2 revisions)
https://skia.googlesource.com/skia.git/+log/ce5ff5cc03ce..c42320d53714 2023-03-23 johnstiles@google.com Move Tracer into shared code. 2023-03-23 johnstiles@google.com Reland "Move TraceHook into shared code." 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 armansito@google.com,bdero@google.com,brianosman@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
1 parent 12c8223 commit b00f869

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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': 'ce5ff5cc03ceaedbe31ad621f5750826f0d3ef0a',
21+
'skia_revision': 'c42320d537142585fb1fd2aecf6d20a5d7daa8bb',
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: f8a54622170bcb77298790e8fea5a3f5
1+
Signature: dc7579a5781d7d4f1e25e4f28cec92bb
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9010,6 +9010,8 @@ ORIGIN: ../../../third_party/skia/src/image/SkSurface_Null.cpp + ../../../third_
90109010
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../third_party/skia/LICENSE
90119011
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
90129012
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
9013+
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../third_party/skia/LICENSE
9014+
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../third_party/skia/LICENSE
90139015
ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../third_party/skia/LICENSE
90149016
TYPE: LicenseType.bsd
90159017
FILE: ../../../third_party/skia/fuzz/FuzzCubicQuadRoots.cpp
@@ -9064,6 +9066,8 @@ FILE: ../../../third_party/skia/src/image/SkSurface_Null.cpp
90649066
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp
90659067
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
90669068
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp
9069+
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp
9070+
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h
90679071
FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp
90689072
----------------------------------------------------------------------------------------------------
90699073
Copyright 2023 Google LLC

0 commit comments

Comments
 (0)