| 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 79b7d9253752aba5bd5e20ba869a10c3ba2594dc..4cca3ea3874b9d872179d0d007f52477533a89e9 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,
|
|
|