Chromium Code Reviews| Index: talk/app/webrtc/objc/RTCI420Frame.mm |
| diff --git a/talk/app/webrtc/objc/RTCI420Frame.mm b/talk/app/webrtc/objc/RTCI420Frame.mm |
| index d8be8ceed14e1aa85b2ca9e95e44ba00b0bea66f..8c1a9efcf2e988041410644e369171fc4cfcd9b1 100644 |
| --- a/talk/app/webrtc/objc/RTCI420Frame.mm |
| +++ b/talk/app/webrtc/objc/RTCI420Frame.mm |
| @@ -82,10 +82,6 @@ |
| return _videoFrame->GetVPitch(); |
| } |
| -- (BOOL)makeExclusive { |
| - return _videoFrame->MakeExclusive(); |
| -} |
| - |
| @end |
| @implementation RTCI420Frame (Internal) |