diff options
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index d121bcf5b084..9bc5985e5b16 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -74,6 +74,7 @@ protected: }; class ANDROID_API RenderThread : public Thread { + PREVENT_COPY_AND_ASSIGN(RenderThread); public: // RenderThread takes complete ownership of tasks that are queued // and will delete them after they are run |