Skip to content

Commit 05ce70e

Browse files
authored
enable DisplayList by default (#27130)
1 parent 4ec5781 commit 05ce70e

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 = false;
169+
bool enable_display_list = true;
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)