diff options
| author | 2016-09-28 17:17:00 +0000 | |
|---|---|---|
| committer | 2016-09-28 17:17:00 +0000 | |
| commit | c20cb8c1c8832240b69128f227dfbb142130d962 (patch) | |
| tree | b81e57912938aacf5f0e9affe20a45a15d26b107 /libs/hwui | |
| parent | bf2e4a3855ebf6e77a9d0b350adde87c600ac8e2 (diff) | |
| parent | 44df10ebf70a6271931ab8f01c8e75d89d52b474 (diff) | |
Merge "hwui: Fix the length of partial updates system property" am: faf945a773 am: 73f2e9b812 am: 3734e98095
am: 44df10ebf7
Change-Id: Ib2ded8e0b40ddcd34af4114704f3756b84965239
Diffstat (limited to 'libs/hwui')
| -rw-r--r-- | libs/hwui/Properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 44d701057c04..eedc9e7d5333 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -148,7 +148,7 @@ enum DebugLevel { * This will disable the use of EGL_EXT_buffer_age and BUFFER_PRESERVED. * 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" |