diff options
author | 2021-09-22 18:44:41 +0000 | |
---|---|---|
committer | 2021-09-22 18:44:41 +0000 | |
commit | 53290d8b19858bcf3902c2acdf141d4e81a40040 (patch) | |
tree | 15c48a260841f467e65656167a5d1bb431dc105e /libs/hwui/Properties.cpp | |
parent | 353db5fd87b4804ecabdd9f0f2b247c645240ceb (diff) | |
parent | 69617682e463f30fec743a96302130a33d3c52e2 (diff) |
Merge "Conditionally cache RenderEffect results" into sc-qpr1-dev am: 69617682e4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15882028
Change-Id: I4292aa197b018d67e3830989f4310f46c182a377
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; |