Index: webrtc/video/video_receive_stream.h |
diff --git a/webrtc/video/video_receive_stream.h b/webrtc/video/video_receive_stream.h |
index 3248a4fb271c689ea989f0f935bcec9f59ca6279..cb2c73fe2828334e17f2b4c56cf40a0a94e568da 100644 |
--- a/webrtc/video/video_receive_stream.h |
+++ b/webrtc/video/video_receive_stream.h |
@@ -109,7 +109,7 @@ |
void SetMinimumPlayoutDelay(int delay_ms) override; |
private: |
- static void DecodeThreadFunction(void* ptr); |
+ static bool DecodeThreadFunction(void* ptr); |
bool Decode(); |
rtc::ThreadChecker worker_thread_checker_; |