Remove the old videosinkinterface.h.

There is one downstream patch left to land.

Bug: webrtc:6828
Change-Id: I81fc27b699919ca4f91180cf57397ffb9d953dc8
Reviewed-on: https://webrtc-review.googlesource.com/38421
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Commit-Queue: Patrik Höglund <phoglund@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21568}
This commit is contained in:
Patrik Höglund 2018-01-10 12:08:00 +01:00 committed by Commit Bot
parent adc1e9bf94
commit 448691c8b9
2 changed files with 0 additions and 18 deletions

View File

@ -92,7 +92,6 @@ rtc_static_library("rtc_media_base") {
"base/videocapturerfactory.h",
"base/videocommon.cc",
"base/videocommon.h",
"base/videosinkinterface.h",
"base/videosourcebase.cc",
"base/videosourcebase.h",
]

View File

@ -1,17 +0,0 @@
/*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef MEDIA_BASE_VIDEOSINKINTERFACE_H_
#define MEDIA_BASE_VIDEOSINKINTERFACE_H_
// TODO(bugs.webrtc.org/6828): Remove this once downstream is updated.
#include "api/videosinkinterface.h"
#endif // MEDIA_BASE_VIDEOSINKINTERFACE_H_