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

Commit 482cfcb

Browse files
authored
Revert "Reland enable DisplayList by default (#27407)"
This reverts commit 7e252b5.
1 parent 32e3e84 commit 482cfcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ struct Settings {
166166
bool enable_skparagraph = false;
167167

168168
// Selects the DisplayList for storage of rendering operations.
169-
bool enable_display_list = true;
169+
bool enable_display_list = false;
170170

171171
// All shells in the process share the same VM. The last shell to shutdown
172172
// should typically shut down the VM as well. However, applications depend on

0 commit comments

Comments
 (0)