diff options
author | Chih-hung Hsieh <chh@google.com> | 2016-04-28 18:47:00 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2016-04-28 18:47:00 +0000 |
commit | 6e35557ad34a9722c27a70b30930104c2f36f78b (patch) | |
tree | 9c5006ca3f4864bbf6c9b901bba8468ded4ca897 /libs/hwui/renderthread/RenderThread.cpp | |
parent | 3f0355f972fe6a0d069024ff30188314a79fcc55 (diff) | |
parent | c6baf563ba6aa207a48317c177b29f1d2b70cf3d (diff) |
Merge "Fix google-explicit-constructor warnings."
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.cpp | 2 |
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(); |