| Index: content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| diff --git a/content/renderer/pepper/pepper_plugin_delegate_impl.cc b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| index d36c8f41eb75686ca21f4fe1bb642a0d0443f5c9..02a0298b43436299e8080b7dc49248214dce1088 100644
|
| --- a/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| +++ b/content/renderer/pepper/pepper_plugin_delegate_impl.cc
|
| @@ -754,6 +754,11 @@ webkit::ppapi::PluginDelegate::PlatformContext3D*
|
| #endif
|
| }
|
|
|
| +void PepperPluginDelegateImpl::ReparentContext(
|
| + webkit::ppapi::PluginDelegate::PlatformContext3D* context) {
|
| + static_cast<PlatformContext3DImpl*>(context)->SetParentContext(this);
|
| +}
|
| +
|
| webkit::ppapi::PluginDelegate::PlatformVideoCapture*
|
| PepperPluginDelegateImpl::CreateVideoCapture(
|
| const std::string& device_id,
|
|
|