diff options
author | Chet Haase <chet@google.com> | 2012-04-02 16:34:48 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2012-04-02 16:34:48 -0700 |
commit | 8d56b0e1d24f7392314df4be6503af395a843696 (patch) | |
tree | 35778539d3be9284697f45d1b4962a46c0c57532 /libs/hwui/DisplayListRenderer.h | |
parent | 78e2c336de8984dd86410351efedab86ad617ee8 (diff) | |
download | frameworks_base-8d56b0e1d24f7392314df4be6503af395a843696.zip frameworks_base-8d56b0e1d24f7392314df4be6503af395a843696.tar.gz frameworks_base-8d56b0e1d24f7392314df4be6503af395a843696.tar.bz2 |
Enabling DisplayList properties
An earlier commit fixed problems with enabling DisplayList properties.
This CL actually enables the properties.
Change-Id: I5c41d0c64e9241822af53eb367de0fed7d9608e0
Diffstat (limited to 'libs/hwui/DisplayListRenderer.h')
-rw-r--r-- | libs/hwui/DisplayListRenderer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DisplayListRenderer.h b/libs/hwui/DisplayListRenderer.h index a6108e1..38b0a6d 100644 --- a/libs/hwui/DisplayListRenderer.h +++ b/libs/hwui/DisplayListRenderer.h @@ -51,7 +51,7 @@ namespace uirenderer { // Set to 1 to enable native processing of View properties. 0 by default. Eventually this // will go away and we will always use this approach for accelerated apps. -#define USE_DISPLAY_LIST_PROPERTIES 0 +#define USE_DISPLAY_LIST_PROPERTIES 1 #define TRANSLATION 0x0001 #define ROTATION 0x0002 |