diff options
author | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 03:21:42 +0000 |
---|---|---|
committer | koz@chromium.org <koz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 03:21:42 +0000 |
commit | af28142ce70a1b60d1bfc18e899764575b95b506 (patch) | |
tree | c1127d4bf279d64e35ac0a825d8306a3c8235d94 /webkit/plugins/ppapi/plugin_delegate.h | |
parent | 8f7f18d07bc262580292a0898acbdf965ceb5dab (diff) | |
download | chromium_src-af28142ce70a1b60d1bfc18e899764575b95b506.zip chromium_src-af28142ce70a1b60d1bfc18e899764575b95b506.tar.gz chromium_src-af28142ce70a1b60d1bfc18e899764575b95b506.tar.bz2 |
Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and friends.
This depends on https://bugs.webkit.org/show_bug.cgi?id=66746 and http://codereview.chromium.org/7461059/, neither of which have been landed. So this should be considered a preliminary review at this stage :)
BUG=
TEST=
Review URL: http://codereview.chromium.org/7714017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/plugin_delegate.h')
-rw-r--r-- | webkit/plugins/ppapi/plugin_delegate.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h index f63276e..5587502 100644 --- a/webkit/plugins/ppapi/plugin_delegate.h +++ b/webkit/plugins/ppapi/plugin_delegate.h @@ -79,7 +79,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; |