| Index: webrtc/video/video_receive_stream.h
|
| diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h
|
| index 416cfe993cc29d959d94e318d85da626e994b697..3bb8aea40dada86fc64a477f61ed76677400e11e 100644
|
| --- a/webrtc/video/video_receive_stream.h
|
| +++ b/webrtc/video/video_receive_stream.h
|
| @@ -98,6 +98,7 @@ class VideoReceiveStream : public webrtc::VideoReceiveStream,
|
|
|
| TransportAdapter transport_adapter_;
|
| const VideoReceiveStream::Config config_;
|
| + const int num_cpu_cores_;
|
| ProcessThread* const process_thread_;
|
| Clock* const clock_;
|
|
|
|
|