Chromium Code Reviews| Index: webrtc/base/thread.h |
| diff --git a/webrtc/base/thread.h b/webrtc/base/thread.h |
| index 5751df385cc5d1acd43f8b153d3af0720ceb7a6f..398063d263b14b3a24a029a2d447e68eb709403e 100644 |
| --- a/webrtc/base/thread.h |
| +++ b/webrtc/base/thread.h |
| @@ -238,6 +238,11 @@ class LOCKABLE Thread : public MessageQueue { |
| friend class ScopedDisallowBlockingCalls; |
| private: |
| + struct ThreadInit { |
| + Thread* thread; |
| + Runnable* runnable; |
| + }; |
| + |
| #if defined(WEBRTC_WIN) |
| static DWORD WINAPI PreRun(LPVOID context); |
| #else |