| Index: chrome/renderer/render_view.h
|
| diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
|
| index 97ee04aa5a695996e4f08bb23d3ca17826c910e1..4a181c2a65a5c3646437f3600446180948fe1f94 100644
|
| --- a/chrome/renderer/render_view.h
|
| +++ b/chrome/renderer/render_view.h
|
| @@ -90,6 +90,11 @@ class Point;
|
| class Rect;
|
| }
|
|
|
| +namespace pepper {
|
| +class PluginInstance;
|
| +class FullscreenContainer;
|
| +}
|
| +
|
| namespace webkit_glue {
|
| class ImageResourceFetcher;
|
| struct FileUploadData;
|
| @@ -282,6 +287,10 @@ class RenderView : public RenderWidget,
|
| // the plugin.
|
| void OnPepperPluginDestroy(WebPluginDelegatePepper* pepper_plugin);
|
|
|
| + // Creates a fullscreen container for a pepper plugin instance.
|
| + pepper::FullscreenContainer* CreatePepperFullscreenContainer(
|
| + pepper::PluginInstance* plugin);
|
| +
|
| // Create a new plugin without checking the content settings.
|
| WebKit::WebPlugin* CreatePluginNoCheck(WebKit::WebFrame* frame,
|
| const WebKit::WebPluginParams& params);
|
|
|