| Index: webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h
|
| diff --git a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h
|
| index 3c855e4a4f055baa0233eff0874e54753505e32d..d1b6395eac4d69cf369cc30111844e211119a717 100644
|
| --- a/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h
|
| +++ b/webrtc/modules/desktop_capture/win/screen_capturer_win_gdi.h
|
| @@ -84,9 +84,6 @@ class ScreenCapturerWinGdi : public ScreenCapturer {
|
| HMODULE dwmapi_library_ = NULL;
|
| DwmEnableCompositionFunc composition_func_ = nullptr;
|
|
|
| - // Used to suppress duplicate logging of SetThreadExecutionState errors.
|
| - bool set_thread_execution_state_failed_ = false;
|
| -
|
| RTC_DISALLOW_COPY_AND_ASSIGN(ScreenCapturerWinGdi);
|
| };
|
|
|
|
|