We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c74b6 commit 04413f7Copy full SHA for 04413f7
common/settings.h
@@ -166,7 +166,7 @@ struct Settings {
166
bool enable_skparagraph = false;
167
168
// Selects the DisplayList for storage of rendering operations.
169
- bool enable_display_list = true;
+ bool enable_display_list = false;
170
171
// All shells in the process share the same VM. The last shell to shutdown
172
// should typically shut down the VM as well. However, applications depend on
0 commit comments