summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
author Nader Jawad <njawad@google.com> 2021-09-23 06:58:05 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-09-23 06:58:05 +0000
commitc465378de440e691fc9f464af12ff819d8cf9b5e (patch)
tree2d6af5a4fe70a6e4867eb9076f3dad5afd026045 /libs/hwui/Properties.h
parentee2890084577465317c54ddbe171c21e61531971 (diff)
parent15fcba18e1ecc60c9366fd944cf44c82e5bc2b0b (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.h')
-rw-r--r--libs/hwui/Properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 7f9782bf8d20..2f8c67903a8b 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -232,6 +232,7 @@ public:
static bool skipEmptyFrames;
static bool useBufferAge;
static bool enablePartialUpdates;
+ static bool enableRenderEffectCache;
// TODO: Move somewhere else?
static constexpr float textGamma = 1.45f;