diff options
author | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 19:12:10 +0000 |
---|---|---|
committer | nfullagar@google.com <nfullagar@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-10 19:12:10 +0000 |
commit | cb66596fd784d3d70412deddb7f1c8313299f08d (patch) | |
tree | 3f2e22fde7a1d540d9e5397b708c83be261db306 /ppapi/c/ppb_core.h | |
parent | 613af4d3f88f696a9ec04fade65e29508d7ea79a (diff) | |
download | chromium_src-cb66596fd784d3d70412deddb7f1c8313299f08d.zip chromium_src-cb66596fd784d3d70412deddb7f1c8313299f08d.tar.gz chromium_src-cb66596fd784d3d70412deddb7f1c8313299f08d.tar.bz2 |
Add some more documentation from a recent ppapi discussion.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6656016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77668 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_core.h')
-rw-r--r-- | ppapi/c/ppb_core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ppapi/c/ppb_core.h b/ppapi/c/ppb_core.h index 0bc7f9c..6571db0 100644 --- a/ppapi/c/ppb_core.h +++ b/ppapi/c/ppb_core.h @@ -103,6 +103,10 @@ struct PPB_Core { * 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. * |