summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.h
diff options
context:
space:
mode:
author Chih-hung Hsieh <chh@google.com> 2016-08-31 17:18:56 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-08-31 17:18:56 +0000
commit7207562ff7e490d0cc4554f46fd9b9ce7a89c20a (patch)
tree843055cfb8a6528380d6fba2a03b10a52630fcdd /libs/hwui/FontRenderer.h
parent2cace65f71914723f6c874404f3f36af1e22946b (diff)
parenta619ec70cf765d9166f0862e74653711b87307b3 (diff)
Merge "Fix google-explicit-constructor warnings in libs/hwui."
Diffstat (limited to 'libs/hwui/FontRenderer.h')
-rw-r--r--libs/hwui/FontRenderer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/FontRenderer.h b/libs/hwui/FontRenderer.h
index e10a81b8ccd8..d656864c5133 100644
--- a/libs/hwui/FontRenderer.h
+++ b/libs/hwui/FontRenderer.h
@@ -96,7 +96,7 @@ public:
class FontRenderer {
public:
- FontRenderer(const uint8_t* gammaTable);
+ explicit FontRenderer(const uint8_t* gammaTable);
~FontRenderer();
void flushLargeCaches(std::vector<CacheTexture*>& cacheTextures);