| Index: webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
|
| diff --git a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
|
| index 5a7053ab25e4e30223166c44cd78371e41a552c2..2ac0a75eabef51ba8c0516762779789a5bfd72da 100644
|
| --- a/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
|
| +++ b/webrtc/modules/desktop_capture/win/dxgi_output_duplicator.h
|
| @@ -128,7 +128,7 @@ class DxgiOutputDuplicator {
|
| std::unique_ptr<SharedDesktopFrame> last_frame_;
|
| DesktopVector last_frame_offset_;
|
|
|
| - int64_t num_frames_captured_;
|
| + int64_t num_frames_captured_ = 0;
|
| };
|
|
|
| } // namespace webrtc
|
|
|