Merge "hwui: Fix the length of partial updates system property" am: faf945a773 am: 73f2e9b812

am: 3734e98095

Change-Id: I88c1092a7fcce45d80bb2f5cd7d14b25e0660f40
This commit is contained in:
ryang
2016-09-28 17:10:58 +00:00
committed by android-build-merger

View File

@@ -149,7 +149,7 @@ enum DebugLevel {
* This will disable the use of EGL_EXT_buffer_age and BUFFER_PRESERVED. * This will disable the use of EGL_EXT_buffer_age and BUFFER_PRESERVED.
* Default is "true" * Default is "true"
*/ */
#define PROPERTY_ENABLE_PARTIAL_UPDATES "debug.hwui.enable_partial_updates" #define PROPERTY_ENABLE_PARTIAL_UPDATES "debug.hwui.use_partial_updates"
#define PROPERTY_FILTER_TEST_OVERHEAD "debug.hwui.filter_test_overhead" #define PROPERTY_FILTER_TEST_OVERHEAD "debug.hwui.filter_test_overhead"