Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': '655699edfc9745af2172ba79b5a99b169fa800fb',
'skia_revision': '809f868ded1c56b8ad79e2c0f4e5c243263c7c79',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
1 change: 1 addition & 0 deletions skia/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ optional("gpu") {
} else if (is_win) {
sources += [
"$_skia_root/src/gpu/ganesh/gl/win/GrGLMakeNativeInterface_win.cpp",
"$_skia_root/src/gpu/ganesh/gl/win/GrGLMakeWinInterface.cpp",
]
if (target_cpu != "arm64") {
libs += [ "OpenGL32.lib" ]
Expand Down