| Index: chrome/renderer/pepper_plugin_delegate_impl.h
|
| diff --git a/chrome/renderer/pepper_plugin_delegate_impl.h b/chrome/renderer/pepper_plugin_delegate_impl.h
|
| index ebc19eec7818d5d167c34cbd517419f5875ecbc3..180ce4312507d791032a0eb2752f755d02e385be 100644
|
| --- a/chrome/renderer/pepper_plugin_delegate_impl.h
|
| +++ b/chrome/renderer/pepper_plugin_delegate_impl.h
|
| @@ -67,6 +67,8 @@ class PepperPluginDelegateImpl
|
| int flags,
|
| AsyncOpenFileCallback* callback);
|
| virtual scoped_refptr<base::MessageLoopProxy> GetFileThreadMessageLoopProxy();
|
| + virtual pepper::FullscreenContainer* CreateFullscreenContainer(
|
| + pepper::PluginInstance* instance);
|
|
|
| private:
|
| // Pointer to the RenderView that owns us.
|
|
|