summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/RenderThread.cpp
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2016-04-28 18:54:09 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-04-28 18:54:09 +0000
commit1599b981fae5e606713e6c9a1698a7e36ef5ae09 (patch)
treed66ff4dc82f0d43351e39a9192a82e140dc8ccb6 /libs/hwui/renderthread/RenderThread.cpp
parentb7dd1026f3ee076a5620aeb09125719147c99116 (diff)
parent6e35557ad34a9722c27a70b30930104c2f36f78b (diff)
Merge "Fix google-explicit-constructor warnings."
am: 6e35557 * commit '6e35557ad34a9722c27a70b30930104c2f36f78b': Fix google-explicit-constructor warnings. Change-Id: Idadc45b465a1d767154d2f0cb7412ce897cf1378
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.cpp')
-rw-r--r--libs/hwui/renderthread/RenderThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/renderthread/RenderThread.cpp b/libs/hwui/renderthread/RenderThread.cpp
index 64075f1c346a..8301107eb8d1 100644
--- a/libs/hwui/renderthread/RenderThread.cpp
+++ b/libs/hwui/renderthread/RenderThread.cpp
@@ -129,7 +129,7 @@ class DispatchFrameCallbacks : public RenderTask {
private:
RenderThread* mRenderThread;
public:
- DispatchFrameCallbacks(RenderThread* rt) : mRenderThread(rt) {}
+ explicit DispatchFrameCallbacks(RenderThread* rt) : mRenderThread(rt) {}
virtual void run() override {
mRenderThread->dispatchFrameCallbacks();