| Index: webrtc/video_frame.h
|
| diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
|
| index b99e60d62113e6b6dc7b369a1597129bca0a8d94..17dc49602705b2205a45f2775db44f8187116f92 100644
|
| --- a/webrtc/video_frame.h
|
| +++ b/webrtc/video_frame.h
|
| @@ -100,13 +100,6 @@ class VideoFrame {
|
| // to the constructor.
|
| void ShallowCopy(const VideoFrame& videoFrame);
|
|
|
| - // Get allocated size per plane.
|
| -
|
| - // TODO(nisse): Deprecated. Should be deleted in the cricket::VideoFrame and
|
| - // webrtc::VideoFrame merge. When used with memset, consider using
|
| - // libyuv::I420Rect instead.
|
| - int allocated_size(PlaneType type) const;
|
| -
|
| // Get frame width.
|
| int width() const;
|
|
|
|
|