commit | f2d8ccc15d7272b3416f73605c1f31d1d346bd40 | [log] [tgz] |
---|---|---|
author | Chris Craik <ccraik@google.com> | Wed Feb 13 16:14:17 2013 -0800 |
committer | Chris Craik <ccraik@google.com> | Wed Feb 13 16:40:02 2013 -0800 |
tree | de40afaf0e04bd78687f4ac166190b17e300a6a6 | |
parent | a7d72dfded3437e05c303dc40d61248022eb048b [diff] [blame] |
Revert "Revert "Use RenderScript for large text blurs"" This reverts commit bf5703e52e3304246cbf0e73f6976f7d7312d238. Change-Id: Ic6f991277dec9e80a6fed93db91499726b30ab2a
diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index 9c7a5ab..db7bd48 100644 --- a/libs/hwui/TextDropShadowCache.cpp +++ b/libs/hwui/TextDropShadowCache.cpp
@@ -222,7 +222,7 @@ } // Cleanup shadow - delete[] shadow.image; + delete shadow.image; } return texture;