aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/video_frame.h')
-rw-r--r--webrtc/video_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webrtc/video_frame.h b/webrtc/video_frame.h
index 7ad0c328db..9d2ed9fd4d 100644
--- a/webrtc/video_frame.h
+++ b/webrtc/video_frame.h
@@ -158,6 +158,8 @@ class VideoFrame {
// called on a non-native-handle frame.
VideoFrame ConvertNativeToI420Frame() const;
+ bool EqualsFrame(const VideoFrame& frame) const;
+
private:
// An opaque reference counted handle that stores the pixel data.
rtc::scoped_refptr<webrtc::VideoFrameBuffer> video_frame_buffer_;