From f2d8ccc15d7272b3416f73605c1f31d1d346bd40 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Wed, 13 Feb 2013 16:14:17 -0800 Subject: Revert "Revert "Use RenderScript for large text blurs"" This reverts commit bf5703e52e3304246cbf0e73f6976f7d7312d238. Change-Id: Ic6f991277dec9e80a6fed93db91499726b30ab2a --- libs/hwui/TextDropShadowCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/TextDropShadowCache.cpp') diff --git a/libs/hwui/TextDropShadowCache.cpp b/libs/hwui/TextDropShadowCache.cpp index 9c7a5ab3d077..db7bd489b404 100644 --- a/libs/hwui/TextDropShadowCache.cpp +++ b/libs/hwui/TextDropShadowCache.cpp @@ -222,7 +222,7 @@ ShadowTexture* TextDropShadowCache::get(SkPaint* paint, const char* text, uint32 } // Cleanup shadow - delete[] shadow.image; + delete shadow.image; } return texture; -- cgit v1.2.3-59-g8ed1b