Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
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
Disable exp canvas.
  • Loading branch information
jonahwilliams committed Sep 7, 2024
commit fad436a28164e2a01a9d330add0af460c0502c6b
2 changes: 1 addition & 1 deletion common/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ declare_args() {
slimpeller = false

# Opt into new DL dispatcher that skips AIKS layer
experimental_canvas = true
experimental_canvas = false
}

# feature_defines_list ---------------------------------------------------------
Expand Down