diff options
| author | 2015-10-30 10:37:35 -0700 | |
|---|---|---|
| committer | 2015-12-16 16:40:02 -0800 | |
| commit | 682573c84b7c21dc8ce4a2375da3961147442c4a (patch) | |
| tree | acb2f94e3f8916046a2ea9fb5986ac7d7ddadf00 /libs/hwui/Properties.cpp | |
| parent | fc5151106fd3484484e3cf98254e1674dfa5be1e (diff) | |
Add some options to macrobench
Change-Id: If8d5f5d3ace050577986a554182b2b66fd2257e1
Diffstat (limited to 'libs/hwui/Properties.cpp')
| -rw-r--r-- | libs/hwui/Properties.cpp | 2 |
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',}; |