diff options
author | 2021-09-23 06:58:05 +0000 | |
---|---|---|
committer | 2021-09-23 06:58:05 +0000 | |
commit | c465378de440e691fc9f464af12ff819d8cf9b5e (patch) | |
tree | 2d6af5a4fe70a6e4867eb9076f3dad5afd026045 /libs/hwui/Properties.cpp | |
parent | ee2890084577465317c54ddbe171c21e61531971 (diff) | |
parent | 15fcba18e1ecc60c9366fd944cf44c82e5bc2b0b (diff) |
Merge "Conditionally cache RenderEffect results" into sc-qpr1-dev am: 69617682e4 am: 53290d8b19 am: 15fcba18e1
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15882028
Change-Id: I9112e09456fb346e370446246c4f01a42ac63d43
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 9cf300c95e11..513ad9aab9ff 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; |