diff options
Diffstat (limited to 'remoting/host/capturer_linux.cc')
-rw-r--r-- | remoting/host/capturer_linux.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc index 712c1a7..0c79715 100644 --- a/remoting/host/capturer_linux.cc +++ b/remoting/host/capturer_linux.cc @@ -263,6 +263,7 @@ void CapturerLinux::InvalidateScreen(const gfx::Size& size) { void CapturerLinux::InvalidateFullScreen() { helper_.InvalidateFullScreen(); + last_buffer_ = NULL; } void CapturerLinux::CaptureInvalidRects( |