Chromium Code Reviews| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
| =================================================================== |
| --- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 98865) |
| +++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy) |
| @@ -223,6 +223,11 @@ |
| return PP_ERROR_FAILED; |
| } |
| +FullscreenContainer* MockPluginDelegate::CreateFullscreenContainer( |
| + PluginInstance* instance) { |
| + return NULL; |
| +} |
| + |
| gfx::Size MockPluginDelegate::GetScreenSize() { |
| return gfx::Size(1024, 768); |
| } |