Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2848)

Unified Diff: remoting/host/capturer_linux.cc

Issue 6992007: Fix InvalidateFullScreen() for the full-screen-polling case. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698