summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.h
diff options
context:
space:
mode:
author Chih-hung Hsieh <chh@google.com> 2016-07-22 00:55:18 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-07-22 00:55:18 +0000
commit5152fd909cf3bb9c7d27f0379f3dc1db619d2b8a (patch)
treeb1ccd5cd96537fb8aac5f3ee7ddd4ef86809df1e /libs/hwui/PathCache.h
parented6625d9074a1de1515c97faf201a91fbb3abb27 (diff)
parentfaecb78a6b11c780db47bc940ca7662899ab5d5e (diff)
Merge "Fix google-explicit-constructor warnings in frameworks/base"
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r--libs/hwui/PathCache.h2
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;