Index: ppapi/api/ppb_fullscreen.idl |
diff --git a/ppapi/api/ppb_fullscreen.idl b/ppapi/api/ppb_fullscreen.idl |
index cb3a4a28a823d0e0cdd189b524cec514888c8add..d1aacde2e2e2e30a84b2fe901f8a2410d5b9e619 100644 |
--- a/ppapi/api/ppb_fullscreen.idl |
+++ b/ppapi/api/ppb_fullscreen.idl |
@@ -15,6 +15,9 @@ label Chrome { |
interface PPB_Fullscreen { |
/** |
* Checks whether the plugin instance is currently in fullscreen mode. |
+ * |
+ * This function returns the same result as |
+ * PPB_Instance.GetView().IsFullscreen(). |
*/ |
PP_Bool IsFullscreen( |
[in] PP_Instance instance); |