| 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 967092ef0a4799d52b2fed7f191083ae2696d535..3199b1c8eb9ab4eb974868e5c34d01e975fd5733 100644
|
| --- a/content/renderer/pepper/resource_creation_impl.cc
|
| +++ b/content/renderer/pepper/resource_creation_impl.cc
|
| @@ -340,6 +340,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.
|
| }
|
|
|