summaryrefslogtreecommitdiff
path: root/libs/hwui/Image.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2016-08-11 23:20:47 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-08-11 23:20:47 +0000
commit76ce8e52422bc6121fb974ef6aab040bb5d9da51 (patch)
tree493e39d0c1ba619006bcaeda9e3c041880d7f63a /libs/hwui/Image.h
parent5671277d2a84cdc4e99eb37b318ae921d4f22cdb (diff)
parentf35c939cd70f2815582d08902ade0b9abbee6bec (diff)
Merge "Fix clang-tidy warnings in libs/hwui."
Diffstat (limited to 'libs/hwui/Image.h')
-rw-r--r--libs/hwui/Image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Image.h b/libs/hwui/Image.h
index 25145354a4f0..b8f5a5bec087 100644
--- a/libs/hwui/Image.h
+++ b/libs/hwui/Image.h
@@ -38,7 +38,7 @@ public:
* cannot be created, getTexture() will return 0 and getImage() will
* return EGL_NO_IMAGE_KHR.
*/
- Image(sp<GraphicBuffer> buffer);
+ explicit Image(sp<GraphicBuffer> buffer);
~Image();
/**