Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c804b27d authored by Romain Guy's avatar Romain Guy Committed by Android (Google) Code Review
Browse files

Merge "A Path can exist in several cache entries."

parents 8624e639 183f17e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
        }
    }
}