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

Commit badfe54

Browse files
authored
Revert "enable DisplayList by default (#27130)"
This reverts commit 05ce70e.
1 parent e6250f7 commit badfe54

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)