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

Commit 183f17e7 authored by Romain Guy's avatar Romain Guy
Browse files

A Path can exist in several cache entries.

Change-Id: I742f7425d2b6bef753ed3e04fb39ebb103b2dc00
parent 515d2c1e
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;
        }
    }
}