| Index: content/browser/renderer_host/media/screen_capture_device.cc
|
| diff --git a/content/browser/renderer_host/media/screen_capture_device.cc b/content/browser/renderer_host/media/screen_capture_device.cc
|
| index a1da5816fb3070621714723b9c9722e833c8ce56..dd2d237b6df7121a42350862f9ecf446063599a9 100644
|
| --- a/content/browser/renderer_host/media/screen_capture_device.cc
|
| +++ b/content/browser/renderer_host/media/screen_capture_device.cc
|
| @@ -368,6 +368,15 @@ void ScreenCaptureDevice::SetScreenCapturerForTest(
|
| core_->SetScreenCapturerForTest(capturer.Pass());
|
| }
|
|
|
| +media::VideoEncodingCapabilities
|
| +ScreenCaptureDevice::GetEncodingCapabilities() {
|
| + return media::VideoEncodingCapabilities();
|
| +}
|
| +
|
| +void ScreenCaptureDevice::TryConfigureEncodedBitstream(
|
| + const media::RuntimeVideoEncodingParameters& params) {
|
| +}
|
| +
|
| void ScreenCaptureDevice::Allocate(int width, int height,
|
| int frame_rate,
|
| EventHandler* event_handler) {
|
|
|