diff options
Diffstat (limited to 'libs/hwui/PathCache.h')
| -rw-r--r-- | libs/hwui/PathCache.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 87a9141c8d96..206fb49ca4e7 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -71,6 +71,9 @@ struct PathCacheEntry { * Alpha texture used to represent a path. */ struct PathTexture: public Texture { + PathTexture(): Texture() { + } + /** * Left coordinate of the path bounds. */ |