Commit e7202dac authored by magjed's avatar magjed Committed by Commit bot

WebRTC video capture: Remove unused member variable

Review URL: https://codereview.chromium.org/555953005

Cr-Commit-Position: refs/heads/master@{#294797}
parent be3016b4
...@@ -61,7 +61,6 @@ class CONTENT_EXPORT WebRtcVideoCapturerAdapter ...@@ -61,7 +61,6 @@ class CONTENT_EXPORT WebRtcVideoCapturerAdapter
// WebRtcVideoCapturerAdapter is destroyed. // WebRtcVideoCapturerAdapter is destroyed.
uint8* buffer_; uint8* buffer_;
size_t buffer_size_; size_t buffer_size_;
scoped_ptr<cricket::CapturedFrame> captured_frame_;
DISALLOW_COPY_AND_ASSIGN(WebRtcVideoCapturerAdapter); DISALLOW_COPY_AND_ASSIGN(WebRtcVideoCapturerAdapter);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment