diff options
| author | 2015-11-10 23:20:03 +0000 | |
|---|---|---|
| committer | 2015-11-10 23:20:03 +0000 | |
| commit | 37bf3ec9d2fb3dfdccfe043e51723e4e543f0703 (patch) | |
| tree | bf733341a7a586f01bb1e9c91c2327813b61b935 /libs/hwui/PathCache.h | |
| parent | 8d8515e708f0cebf69587750bbb3abcb315cc61e (diff) | |
| parent | 2e4f67c388aff0def50dd619388624f1dbe359ad (diff) | |
Merge "Fix HWUI Path Cache dangling pointer"
Diffstat (limited to 'libs/hwui/PathCache.h')
| -rw-r--r-- | libs/hwui/PathCache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 70148631db34..c529915988d9 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -201,6 +201,7 @@ public: PathTexture* getArc(float width, float height, float startAngle, float sweepAngle, bool useCenter, const SkPaint* paint); PathTexture* get(const SkPath* path, const SkPaint* paint); + void remove(const SkPath* path, const SkPaint* paint); /** * Removes the specified path. This is meant to be called from threads |