Index: webkit/plugins/ppapi/plugin_delegate.h |
=================================================================== |
--- webkit/plugins/ppapi/plugin_delegate.h (revision 105467) |
+++ webkit/plugins/ppapi/plugin_delegate.h (working copy) |
@@ -471,6 +471,9 @@ |
// Notifies that |instance| has received a mouse event. |
virtual void DidReceiveMouseEvent(PluginInstance* instance) = 0; |
+ |
+ // Determines if the browser entered fullscreen mode. |
+ virtual bool IsInFullscreenMode() = 0; |
}; |
} // namespace ppapi |