diff options
-rw-r--r-- | remoting/host/capturer_gdi.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_gdi.cc b/remoting/host/capturer_gdi.cc index 74115bc..7b4acc6 100644 --- a/remoting/host/capturer_gdi.cc +++ b/remoting/host/capturer_gdi.cc @@ -21,6 +21,7 @@ CapturerGdi::CapturerGdi(MessageLoop* message_loop) capture_fullscreen_(true) { memset(target_bitmap_, 0, sizeof(target_bitmap_)); memset(buffers_, 0, sizeof(buffers_)); + ScreenConfigurationChanged(); } CapturerGdi::~CapturerGdi() { |