| Index: webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| index 9ad6b58d9b5e3df2004c2c51fda291d9e5c41d95..0be17f816e0838e66b34e5ba91779f9a221dd5a8 100644
|
| --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_magnifier.h
|
| @@ -21,7 +21,6 @@
|
| #include "webrtc/modules/desktop_capture/screen_capturer.h"
|
| #include "webrtc/modules/desktop_capture/screen_capturer_helper.h"
|
| #include "webrtc/modules/desktop_capture/win/scoped_thread_desktop.h"
|
| -#include "webrtc/system_wrappers/interface/atomic32.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -99,7 +98,7 @@ class ScreenCapturerWinMagnifier : public ScreenCapturer {
|
| // Start the fallback capturer and select the screen.
|
| void StartFallbackCapturer();
|
|
|
| - static Atomic32 tls_index_;
|
| + static volatile int tls_index_;
|
|
|
| rtc::scoped_ptr<ScreenCapturer> fallback_capturer_;
|
| bool fallback_capturer_started_;
|
|
|