From b65f1675a9630a40db040c80cb3efcde7cd70e09 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Fri, 2 Jul 2021 16:22:59 -0700 Subject: [PATCH] Revert "enable DisplayList by default (#27130)" (flutter/engine#27153) This reverts commit cbff6a03d0ad6307819321d56b3d06ab94039804. --- engine/src/flutter/common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/common/settings.h b/engine/src/flutter/common/settings.h index 697bbbfb54e..89310ed07df 100644 --- a/engine/src/flutter/common/settings.h +++ b/engine/src/flutter/common/settings.h @@ -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