Revert "Reland enable DisplayList by default (#27892)" (flutter/engine#28308)

This commit is contained in:
Jim Graham 2021-08-25 14:31:02 -07:00 committed by GitHub
parent b7956540fd
commit 7fdbaaf1fe

View File

@ -166,7 +166,7 @@ struct Settings {
bool enable_skparagraph = false;
// Selects the DisplayList for storage of rendering operations.
bool enable_display_list = true;
bool enable_display_list = false;
// All shells in the process share the same VM. The last shell to shutdown
// should typically shut down the VM as well. However, applications depend on