Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(951)

Unified Diff: ppapi/api/ppb_fullscreen.idl

Issue 8951014: Change the DidChangeView update to take a new ViewChanged resource. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New patch Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698