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

Unified Diff: ppapi/shared_impl/resource_object_base.h

Issue 7206016: Convert most remaining resources to use the API/thunk system. The significant (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
Index: ppapi/shared_impl/resource_object_base.h
===================================================================
--- ppapi/shared_impl/resource_object_base.h (revision 89610)
+++ ppapi/shared_impl/resource_object_base.h (working copy)
@@ -14,6 +14,7 @@
F(PPB_Broker_API) \
F(PPB_Buffer_API) \
F(PPB_BufferTrusted_API) \
+ F(PPB_Context3D_API) \
F(PPB_DirectoryReader_API) \
F(PPB_FileChooser_API) \
F(PPB_FileIO_API) \
@@ -24,10 +25,13 @@
F(PPB_Flash_NetConnector_API) \
F(PPB_Font_API) \
F(PPB_Graphics2D_API) \
+ F(PPB_Graphics3D_API) \
F(PPB_ImageData_API) \
+ F(PPB_LayerCompositor_API) \
F(PPB_PDFFont_API) \
F(PPB_Scrollbar_API) \
F(PPB_Surface3D_API) \
+ F(PPB_Transport_API) \
F(PPB_URLLoader_API) \
F(PPB_URLRequestInfo_API) \
F(PPB_URLResponseInfo_API) \

Powered by Google App Engine
This is Rietveld 408576698