Index: remoting/host/capturer_linux.cc |
diff --git a/remoting/host/capturer_linux.cc b/remoting/host/capturer_linux.cc |
index 712c1a7e040b169a4fdb6811858165b3194946e8..0c797153fb72e30fed5d79b261e2ca2c695aea1d 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( |