From 148183b135c43e5361235b1b3d6f2d3d320db450 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Mon, 5 Jul 2021 10:54:07 -0700 Subject: [PATCH] (Reland) enable DisplayList mechanism over SkPicture by default --- common/settings.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/settings.h b/common/settings.h index 89310ed07df27..697bbbfb54e52 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 = false; + bool enable_display_list = true; // 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