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

Commit f5e1b71

Browse files
committed
Manual Skia roll to 809f868ded1c
Includes a build script update required for a new source file added on Windows
1 parent e042ff5 commit f5e1b71

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': '655699edfc9745af2172ba79b5a99b169fa800fb',
17+
'skia_revision': '809f868ded1c56b8ad79e2c0f4e5c243263c7c79',
1818

1919
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2020
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

skia/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ optional("gpu") {
431431
} else if (is_win) {
432432
sources += [
433433
"$_skia_root/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp",
434+
"$_skia_root/src/gpu/ganesh/gl/win/GrGLMakeWinInterface.cpp",
434435
]
435436
if (target_cpu != "arm64") {
436437
libs += [ "OpenGL32.lib" ]

0 commit comments

Comments
 (0)