summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
author Jason Macnak <natsu@google.com> 2024-07-29 21:59:20 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-07-29 21:59:20 +0000
commit4b71d1fcc3275f90c4f3865059c3c8cbe0ae6c05 (patch)
treec31780328535524c8eb733969933aa7dd650df7f /libs/hwui/Properties.h
parent78a648212abfb266ffb0ed6f8cc72f9d4221b068 (diff)
parent2eb7e9d8a863187fabfcee7949f882ffeb50ed68 (diff)
Merge "Use ro.hw_timeout_multiplier in Readback deadline" into main am: 2eb7e9d8a8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3198371 Change-Id: I0c06b96ac45a93d161f16c4b3b931fb3167feaf5 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index d3176f6879d2..e2646422030e 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -343,6 +343,8 @@ public:
static bool clipSurfaceViews;
static bool hdr10bitPlus;
+ static int timeoutMultiplier;
+
static StretchEffectBehavior getStretchEffectBehavior() {
return stretchEffectBehavior;
}