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

Unified Diff: ppapi/c/ppb_core.h

Issue 6656016: Add some more documentation from a recent ppapi discussion.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 months 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
« ppapi/c/pp_completion_callback.h ('K') | « ppapi/c/pp_completion_callback.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppb_core.h
===================================================================
--- ppapi/c/ppb_core.h (revision 77300)
+++ ppapi/c/ppb_core.h (working copy)
@@ -103,6 +103,10 @@
* callback. Many applications won't need this, but it allows a plugin to
* emulate calls of some callbacks which do use this value.
*
+ * NOTE: CallOnMainThread, even when used from the main thread with a delay
+ * of 0 milliseconds, will never directly invoke the callback. Even in this
+ * case, the callback will be scheduled asynchronously.
+ *
* NOTE: If the browser is shutting down or if the plugin has no instances,
* then the callback function may not be called.
*
« ppapi/c/pp_completion_callback.h ('K') | « ppapi/c/pp_completion_callback.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698