| Index: content/renderer/pepper/resource_creation_impl.cc
|
| diff --git a/content/renderer/pepper/resource_creation_impl.cc b/content/renderer/pepper/resource_creation_impl.cc
|
| index a4fb6c2656480d89885e30bfb3c4f4b6fb6bbd02..62b6092a67800eedfadc8a8a579de12c1b4e568a 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.cc
|
| +++ b/content/renderer/pepper/resource_creation_impl.cc
|
| @@ -317,6 +317,10 @@ PP_Resource ResourceCreationImpl::CreateVideoDestination(PP_Instance instance) {
|
| return 0; // Not supported in-process.
|
| }
|
|
|
| +PP_Resource ResourceCreationImpl::CreateVideoEncoder(PP_Instance instance) {
|
| + return 0; // Not supported in-process.
|
| +}
|
| +
|
| PP_Resource ResourceCreationImpl::CreateVideoSource(PP_Instance instance) {
|
| return 0; // Not supported in-process.
|
| }
|
|
|