diff options
author | 2021-09-22 18:42:35 +0000 | |
---|---|---|
committer | 2021-09-22 18:42:35 +0000 | |
commit | 69617682e463f30fec743a96302130a33d3c52e2 (patch) | |
tree | 08292aae857265c4da6a018df214f93f6567d520 /libs/hwui/Properties.cpp | |
parent | e33e283ae9562c0d8bbc096560cfb9f48b69bebd (diff) | |
parent | 4a6b60a5a8438dcb1421c0fc59aebb40b10322aa (diff) |
Merge "Conditionally cache RenderEffect results" into sc-qpr1-dev
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r-- | libs/hwui/Properties.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp index 109b5352fe30..35449875d324 100644 --- a/libs/hwui/Properties.cpp +++ b/libs/hwui/Properties.cpp @@ -50,6 +50,7 @@ bool Properties::showDirtyRegions = false; bool Properties::skipEmptyFrames = true; bool Properties::useBufferAge = true; bool Properties::enablePartialUpdates = true; +bool Properties::enableRenderEffectCache = false; DebugLevel Properties::debugLevel = kDebugDisabled; OverdrawColorSet Properties::overdrawColorSet = OverdrawColorSet::Default; |