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

Unified Diff: media/cast/test/linux_output_window.h

Issue 184813009: Cast Streaming API end-to-end browser_test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove ref-counting of InProcessReceiver and always destroy it on the MAIN thread. Created 6 years, 9 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: media/cast/test/linux_output_window.h
diff --git a/media/cast/test/linux_output_window.h b/media/cast/test/linux_output_window.h
index 9a68bff87909f75ecdce57941e9db4d6d3c1d270..5907da207eac0e2360ff393e2c2fc54813e91103 100644
--- a/media/cast/test/linux_output_window.h
+++ b/media/cast/test/linux_output_window.h
@@ -41,7 +41,6 @@ class LinuxOutputWindow {
int width,
int height,
const std::string& name);
- uint8* render_buffer_;
Display* display_;
Window window_;
XShmSegmentInfo shminfo_;

Powered by Google App Engine
This is Rietveld 408576698