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/mock_plugin_delegate.cc | |
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/mock_plugin_delegate.cc')
-rw-r--r-- | webkit/plugins/ppapi/mock_plugin_delegate.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc index c34643a..b42dbf1 100644 --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc @@ -223,11 +223,6 @@ int32_t MockPluginDelegate::ShowContextMenu( return PP_ERROR_FAILED; } -FullscreenContainer* MockPluginDelegate::CreateFullscreenContainer( - PluginInstance* instance) { - return NULL; -} - gfx::Size MockPluginDelegate::GetScreenSize() { return gfx::Size(1024, 768); } |