| Index: chrome/renderer/pepper_plugin_delegate_impl.cc
|
| diff --git a/chrome/renderer/pepper_plugin_delegate_impl.cc b/chrome/renderer/pepper_plugin_delegate_impl.cc
|
| index a3f2735f5866e12de36961897a813f3e10762322..511b284a258c3954c4e1394edc810178d10a645f 100644
|
| --- a/chrome/renderer/pepper_plugin_delegate_impl.cc
|
| +++ b/chrome/renderer/pepper_plugin_delegate_impl.cc
|
| @@ -641,3 +641,9 @@ scoped_refptr<base::MessageLoopProxy>
|
| PepperPluginDelegateImpl::GetFileThreadMessageLoopProxy() {
|
| return RenderThread::current()->GetFileThreadMessageLoopProxy();
|
| }
|
| +
|
| +pepper::FullscreenContainer*
|
| +PepperPluginDelegateImpl::CreateFullscreenContainer(
|
| + pepper::PluginInstance* instance) {
|
| + return render_view_->CreatePepperFullscreenContainer(instance);
|
| +}
|
|
|