Remove SetNotAlive method from the thread class.
Also cleaning up methods with the same name in other classes that are derived from the above method. R=perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/41759004 Cr-Commit-Position: refs/heads/master@{#8242} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8242 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -664,7 +664,6 @@ VideoRenderNSOpenGL::~VideoRenderNSOpenGL()
|
||||
|
||||
if (tmpPtr)
|
||||
{
|
||||
tmpPtr->SetNotAlive();
|
||||
_screenUpdateEvent->Set();
|
||||
_screenUpdateEvent->StopTimer();
|
||||
|
||||
@ -873,7 +872,6 @@ int VideoRenderNSOpenGL::StopThread()
|
||||
|
||||
if (tmpPtr)
|
||||
{
|
||||
tmpPtr->SetNotAlive();
|
||||
_screenUpdateEvent->Set();
|
||||
if (tmpPtr->Stop())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user