Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index fcbf296307d831348fad1911f93826230f1e2df8..e9a846eac2106389dceac5062eb237e678348cc4 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -75,7 +75,6 @@ namespace webkit { |
namespace ppapi { |
class FileIO; |
-class FullscreenContainer; |
class PepperFilePath; |
class PluginInstance; |
class PluginModule; |
@@ -387,10 +386,7 @@ 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; |
+ virtual void SetFullscreen(PluginInstance *instance, bool fullscreen) = 0; |
// Gets the size of the screen. The fullscreen window will be created at that |
// size. |