| Index: webrtc/video_frame.h
|
| diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
|
| index 28a6b8716d34eb57d0ed0aca4b58ba0c57cda7c1..d5c109c258be2db9d68a0cfea31d730c24b89fac 100644
|
| --- a/webrtc/video_frame.h
|
| +++ b/webrtc/video_frame.h
|
| @@ -65,9 +65,6 @@ class VideoFrame {
|
| // reference to the video buffer also retained by |videoFrame|.
|
| void ShallowCopy(const VideoFrame& videoFrame);
|
|
|
| - // Release frame buffer and reset time stamps.
|
| - void Reset();
|
| -
|
| // Get pointer to buffer per plane.
|
| uint8_t* buffer(PlaneType type);
|
| // Overloading with const.
|
|
|