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

Commit 6348a3e

Browse files
Roll Skia from 675f088b9ac4 to 68de6e352585 (1 revision) (#46956)
https://skia.googlesource.com/skia.git/+log/675f088b9ac4..68de6e352585 2023-10-16 kjlubick@google.com Move SkMultiPictureDocument functions into namespace in include/docs 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,jsimmons@google.com,rmistry@google.com,scroggo@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
1 parent e920746 commit 6348a3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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': '675f088b9ac40837541db9ee05b17c702097a72b',
21+
'skia_revision': '68de6e3525856f9475eb27d3fc808c7e339eead1',
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 95b229c06464b5b2380d14193495ab12
1+
Signature: 717f85ae89c540094a7fba29a8df7720
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8749,6 +8749,7 @@ ORIGIN: ../../../third_party/skia/include/core/SkColorTable.h + ../../../third_p
87498749
ORIGIN: ../../../third_party/skia/include/core/SkPoint.h + ../../../third_party/skia/LICENSE
87508750
ORIGIN: ../../../third_party/skia/include/core/SkTextureCompressionType.h + ../../../third_party/skia/LICENSE
87518751
ORIGIN: ../../../third_party/skia/include/core/SkTiledImageUtils.h + ../../../third_party/skia/LICENSE
8752+
ORIGIN: ../../../third_party/skia/include/docs/SkMultiPictureDocument.h + ../../../third_party/skia/LICENSE
87528753
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h + ../../../third_party/skia/LICENSE
87538754
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h + ../../../third_party/skia/LICENSE
87548755
ORIGIN: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h + ../../../third_party/skia/LICENSE
@@ -9013,6 +9014,7 @@ FILE: ../../../third_party/skia/include/core/SkColorTable.h
90139014
FILE: ../../../third_party/skia/include/core/SkPoint.h
90149015
FILE: ../../../third_party/skia/include/core/SkTextureCompressionType.h
90159016
FILE: ../../../third_party/skia/include/core/SkTiledImageUtils.h
9017+
FILE: ../../../third_party/skia/include/docs/SkMultiPictureDocument.h
90169018
FILE: ../../../third_party/skia/include/gpu/ganesh/GrExternalTextureGenerator.h
90179019
FILE: ../../../third_party/skia/include/gpu/ganesh/SkImageGanesh.h
90189020
FILE: ../../../third_party/skia/include/gpu/ganesh/SkMeshGanesh.h

0 commit comments

Comments
 (0)