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

Unified Diff: content/renderer/media/webrtc/webrtc_video_capturer_adapter.h

Issue 555953005: WebRTC video capture: Remove unused member variable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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: content/renderer/media/webrtc/webrtc_video_capturer_adapter.h
diff --git a/content/renderer/media/webrtc/webrtc_video_capturer_adapter.h b/content/renderer/media/webrtc/webrtc_video_capturer_adapter.h
index 0f38f6b9ed74bf1af6b6bc1b4ab618298ce9c228..e007b3301f757ba9dbf1e20f74dc9189b7e99092 100644
--- a/content/renderer/media/webrtc/webrtc_video_capturer_adapter.h
+++ b/content/renderer/media/webrtc/webrtc_video_capturer_adapter.h
@@ -61,7 +61,6 @@ class CONTENT_EXPORT WebRtcVideoCapturerAdapter
// WebRtcVideoCapturerAdapter is destroyed.
uint8* buffer_;
size_t buffer_size_;
- scoped_ptr<cricket::CapturedFrame> captured_frame_;
DISALLOW_COPY_AND_ASSIGN(WebRtcVideoCapturerAdapter);
};
« 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