| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 9ec182928248ca2ec4a44fa73f32c5a7140bd8eb..f3fdb13d1140dbf3390df14cbafe0e72dbe98467 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -78,7 +78,6 @@ namespace webkit {
|
| namespace ppapi {
|
|
|
| class FileIO;
|
| -class FullscreenContainer;
|
| class PepperFilePath;
|
| class PluginInstance;
|
| class PluginModule;
|
| @@ -390,11 +389,6 @@ class PluginDelegate {
|
| webkit::ppapi::PPB_Flash_Menu_Impl* menu,
|
| const gfx::Point& position) = 0;
|
|
|
| - // Create a fullscreen container for a plugin instance. This effectively
|
| - // switches the plugin to fullscreen.
|
| - virtual FullscreenContainer* CreateFullscreenContainer(
|
| - PluginInstance* instance) = 0;
|
| -
|
| // Gets the size of the screen. The fullscreen window will be created at that
|
| // size.
|
| virtual gfx::Size GetScreenSize() = 0;
|
|
|