diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 19:28:47 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-26 19:28:47 +0000 |
commit | 15b1224dc8e1918d0aa534676e65c802617a739b (patch) | |
tree | 3c7f85eb4fe1338a824b702139cdd0d025ba1651 /ppapi/shared_impl | |
parent | d6d971b26a2a174c4142560999c3f0ad5c33d6d9 (diff) | |
download | chromium_src-15b1224dc8e1918d0aa534676e65c802617a739b.zip chromium_src-15b1224dc8e1918d0aa534676e65c802617a739b.tar.gz chromium_src-15b1224dc8e1918d0aa534676e65c802617a739b.tar.bz2 |
Revert 119200 - Revert 119198 - First pass at implementing the MessageLoop interface. This includes a simple
example and a helper class. The current example just asserts due to thread
checks we have in there now, but this should provide a good starting point.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/9097006
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9290040
TBR=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9234068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119268 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/shared_impl')
-rw-r--r-- | ppapi/shared_impl/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/shared_impl/resource.h b/ppapi/shared_impl/resource.h index c0efdb8..1c268b0 100644 --- a/ppapi/shared_impl/resource.h +++ b/ppapi/shared_impl/resource.h @@ -39,6 +39,7 @@ F(PPB_ImageData_API) \ F(PPB_InputEvent_API) \ F(PPB_LayerCompositor_API) \ + F(PPB_MessageLoop_API) \ F(PPB_PDFFont_API) \ F(PPB_ResourceArray_API) \ F(PPB_Scrollbar_API) \ |