From 750daa170b666b033a62ec8eded26d5db3577339 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Wed, 25 Aug 2021 12:43:32 -0700 Subject: [PATCH] Revert "Reland enable DisplayList by default (#27892)" This reverts commit 3a590904b3e8b570c18f132d74ecc1d70c3ce6f2. --- common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/settings.h b/common/settings.h index 332e3285547f1..c6289d92e2697 100644 --- a/common/settings.h +++ b/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