summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2015-10-30 10:37:35 -0700
committer John Reck <jreck@google.com> 2015-12-16 16:40:02 -0800
commit682573c84b7c21dc8ce4a2375da3961147442c4a (patch)
treeacb2f94e3f8916046a2ea9fb5986ac7d7ddadf00 /libs/hwui/Properties.cpp
parentfc5151106fd3484484e3cf98254e1674dfa5be1e (diff)
Add some options to macrobench
Change-Id: If8d5f5d3ace050577986a554182b2b66fd2257e1
Diffstat (limited to 'libs/hwui/Properties.cpp')
-rw-r--r--libs/hwui/Properties.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Properties.cpp b/libs/hwui/Properties.cpp
index 0669596b21ca..083aeb7ed585 100644
--- a/libs/hwui/Properties.cpp
+++ b/libs/hwui/Properties.cpp
@@ -53,6 +53,8 @@ int Properties::overrideSpotShadowStrength = -1;
ProfileType Properties::sProfileType = ProfileType::None;
bool Properties::sDisableProfileBars = false;
+bool Properties::waitForGpuCompletion = false;
+
static int property_get_int(const char* key, int defaultValue) {
char buf[PROPERTY_VALUE_MAX] = {'\0',};