| 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..03fdd91a2e336b3a209a5758dc8283a2643a7b22 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/BWEStandAlone/MatlabPlot.cc
|
| @@ -895,7 +895,7 @@ _numPlots(0)
|
| {
|
| _eventPtr = EventWrapper::Create();
|
|
|
| - _plotThread = ThreadWrapper::CreateThread(MatlabEngine::PlotThread, this,
|
| + _plotThread = PlatformThread::CreateThread(MatlabEngine::PlotThread, this,
|
| kLowPriority, "MatlabPlot");
|
| _running = true;
|
| _plotThread->Start();
|
|
|