Chromium Code Reviews| Index: webkit/plugins/ppapi/mock_plugin_delegate.h |
| =================================================================== |
| --- webkit/plugins/ppapi/mock_plugin_delegate.h (revision 105483) |
| +++ webkit/plugins/ppapi/mock_plugin_delegate.h (working copy) |
| @@ -124,6 +124,7 @@ |
| virtual void DidChangeCursor(PluginInstance* instance, |
| const WebKit::WebCursorInfo& cursor); |
| virtual void DidReceiveMouseEvent(PluginInstance* instance); |
| + virtual bool IsInFullscreenMode(); |
| }; |
| } // namespace ppapi |