diff options
| author | 2013-02-26 00:22:52 +0000 | |
|---|---|---|
| committer | 2013-02-26 00:22:52 +0000 | |
| commit | 8889eb8d5161ce760237ae897f1791aaff273757 (patch) | |
| tree | 93ccea5943af95015d56d7ded499fd9f46fd33d6 /libs | |
| parent | 51e7836035c1e5855f9185ba0ade275a52528ace (diff) | |
| parent | 08bca88b272f0006e1581e9c28bc6312490f634e (diff) | |
Merge "Rename debug property and expose it in HardwareRenderer" into jb-mr2-dev
Diffstat (limited to 'libs')
| -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 4ee16edf3669..b8559bc8eabb 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -79,7 +79,7 @@ enum DebugLevel { * * The default value is "hide". */ -#define PROPERTY_DEBUG_STENCIL_CLIP "debug.hwui.show_stencil_clip" +#define PROPERTY_DEBUG_STENCIL_CLIP "debug.hwui.show_non_rect_clip" /** * Used to enable/disable scissor optimization. The accepted values are |