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

Unified Diff: webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h

Issue 2044693002: Fixed partially out of screen window capture in unix (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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
Index: webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h
diff --git a/webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h b/webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h
index b868b044a8100b813eaf29add72c4608295f26f4..1f4fd045409f6ceb5e48c3548ec1ec90c27c5de9 100644
--- a/webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h
+++ b/webrtc/modules/desktop_capture/x11/x_server_pixel_buffer.h
@@ -77,6 +77,7 @@ class XServerPixelBuffer {
XShmSegmentInfo* shm_segment_info_;
Pixmap shm_pixmap_;
GC shm_gc_;
+ bool is_xshmgetimage_success_;
Sergey Ulanov 2016/06/09 22:04:21 Maybe call this this xshm_get_image_succeeded_?
GeorgeZ 2016/06/10 20:10:37 Done.
RTC_DISALLOW_COPY_AND_ASSIGN(XServerPixelBuffer);
};

Powered by Google App Engine
This is Rietveld 408576698