Loading libs/hwui/PathCache.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,6 @@ void PathCache::remove(SkPath* path) { for (uint32_t i = 0; i < mCache.size(); i++) { if (mCache.getKeyAt(i).path == path) { mCache.removeAt(i); return; } } } Loading Loading
libs/hwui/PathCache.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,6 @@ void PathCache::remove(SkPath* path) { for (uint32_t i = 0; i < mCache.size(); i++) { if (mCache.getKeyAt(i).path == path) { mCache.removeAt(i); return; } } } Loading