Index: webrtc/modules/include/module.h |
diff --git a/webrtc/modules/include/module.h b/webrtc/modules/include/module.h |
index 432ed409ee010e2621591f6362d651515ff6b76e..d02aa95dc8db0f13e9cf91d65c67c2dbecd570f0 100644 |
--- a/webrtc/modules/include/module.h |
+++ b/webrtc/modules/include/module.h |
@@ -32,7 +32,7 @@ |
// Process any pending tasks such as timeouts. |
// Called on a worker thread. |
- virtual void Process() = 0; |
+ virtual int32_t Process() = 0; |
// This method is called when the module is attached to a *running* process |
// thread or detached from one. In the case of detaching, |process_thread| |