diff options
author | 2016-07-22 00:55:18 +0000 | |
---|---|---|
committer | 2016-07-22 00:55:18 +0000 | |
commit | 5152fd909cf3bb9c7d27f0379f3dc1db619d2b8a (patch) | |
tree | b1ccd5cd96537fb8aac5f3ee7ddd4ef86809df1e /libs/hwui/PathCache.h | |
parent | ed6625d9074a1de1515c97faf201a91fbb3abb27 (diff) | |
parent | faecb78a6b11c780db47bc940ca7662899ab5d5e (diff) |
Merge "Fix google-explicit-constructor warnings in frameworks/base"
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r-- | libs/hwui/PathCache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index c529915988d9..86c59b532b28 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -290,7 +290,7 @@ private: class PathProcessor: public TaskProcessor<SkBitmap*> { public: - PathProcessor(Caches& caches); + explicit PathProcessor(Caches& caches); ~PathProcessor() { } virtual void onProcess(const sp<Task<SkBitmap*> >& task) override; |