diff options
author | 2022-03-08 06:55:02 +0000 | |
---|---|---|
committer | 2022-03-08 06:55:02 +0000 | |
commit | 0f839e536d5b132dbade28db1d22841bb2612cd3 (patch) | |
tree | 62f427a651cfef31d0e599098a6e67e11bbed8c1 /libs/hwui/Properties.cpp | |
parent | 0c41c9bbbeafdf7b7dc7835a585bbfc4c60c0600 (diff) | |
parent | 7e916e36c7e8a67079a098d4a6de996e74975ef6 (diff) |
Merge "Merge Android 12L"
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 513ad9aab9ff..bcfe9c3ecab4 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -50,7 +50,8 @@ bool Properties::showDirtyRegions = false; bool Properties::skipEmptyFrames = true; bool Properties::useBufferAge = true; bool Properties::enablePartialUpdates = true; -bool Properties::enableRenderEffectCache = false; +// Default true unless otherwise specified in RenderThread Configuration +bool Properties::enableRenderEffectCache = true; DebugLevel Properties::debugLevel = kDebugDisabled; OverdrawColorSet Properties::overdrawColorSet = OverdrawColorSet::Default; |