Chromium Code Reviews| Index: webkit/plugins/ppapi/mock_plugin_delegate.cc |
| =================================================================== |
| --- webkit/plugins/ppapi/mock_plugin_delegate.cc (revision 105483) |
| +++ webkit/plugins/ppapi/mock_plugin_delegate.cc (working copy) |
| @@ -303,5 +303,9 @@ |
| void MockPluginDelegate::DidReceiveMouseEvent(PluginInstance* instance) { |
| } |
| +bool MockPluginDelegate::IsInFullscreenMode() { |
| + return false; |
| +} |
| + |
| } // namespace ppapi |
| } // namespace webkit |