mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Revert "enable DisplayList by default (#27130)" (flutter/engine#27153)
This reverts commit cbff6a03d0ad6307819321d56b3d06ab94039804.
This commit is contained in:
parent
d4ee87c9d9
commit
b65f1675a9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user