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

Unified Diff: webrtc/media/base/videoframe.h

Issue 1843413002: Delete unused cricket::VideoFrame methods MakeExclusive and CopyToFrame. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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 | « talk/app/webrtc/objc/public/RTCI420Frame.h ('k') | webrtc/media/base/videoframe.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videoframe.h
diff --git a/webrtc/media/base/videoframe.h b/webrtc/media/base/videoframe.h
index 0206ab8252022acaa1916b421742e81474d7989b..8a03188e2553f8569854f0d6ffbe665c659e2dd3 100644
--- a/webrtc/media/base/videoframe.h
+++ b/webrtc/media/base/videoframe.h
@@ -88,15 +88,6 @@ class VideoFrame {
// be shared, this function can be used to check exclusive ownership.
virtual bool IsExclusive() const = 0;
- // In case VideoFrame needs exclusive access of the frame buffer, user can
- // call MakeExclusive() to make sure the frame buffer is exclusively
- // accessible to the current object. This might mean a deep copy of the frame
- // buffer if it is currently shared by other objects.
- virtual bool MakeExclusive() = 0;
-
- // Writes the frame into the target VideoFrame.
- virtual void CopyToFrame(VideoFrame* target) const;
-
// Return a copy of frame which has its pending rotation applied. The
// ownership of the returned frame is held by this frame.
virtual const VideoFrame* GetCopyWithRotationApplied() const = 0;
« no previous file with comments | « talk/app/webrtc/objc/public/RTCI420Frame.h ('k') | webrtc/media/base/videoframe.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698