| Index: webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| index fe54d67ee753cd1b7acd05d03fe193a7f2a41d5b..72f75f3454b82b9dede8c9b6909560ef3428d95c 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| @@ -895,8 +895,8 @@ _numPlots(0)
|
| {
|
| _eventPtr = EventWrapper::Create();
|
|
|
| - _plotThread = ThreadWrapper::CreateThread(MatlabEngine::PlotThread, this,
|
| - kLowPriority, "MatlabPlot");
|
| + _plotThread = PlatformThread::CreateThread(MatlabEngine::PlotThread, this,
|
| + kLowPriority, "MatlabPlot");
|
| _running = true;
|
| _plotThread->Start();
|
| }
|
|
|