Chromium Code Reviews| Index: tests/ppapi_test_lib/get_browser_interface.h |
| =================================================================== |
| --- tests/ppapi_test_lib/get_browser_interface.h (revision 5661) |
| +++ tests/ppapi_test_lib/get_browser_interface.h (working copy) |
| @@ -11,6 +11,7 @@ |
| struct PPB_Context3D_Dev; |
| struct PPB_Core; |
| struct PPB_FileIO_Dev; |
| +struct PPB_FileSystem_Dev; |
| struct PPB_Graphics2D; |
| struct PPB_ImageData; |
| struct PPB_Instance; |
| @@ -50,6 +51,7 @@ |
| const PPB_Context3D_Dev* PPBContext3DDev(); |
| const PPB_FileIO_Dev* PPBFileIODev(); |
| +const PPB_FileSystem_Dev* PPBFileSystemDev(); |
|
David Springer
2011/06/15 21:40:27
I thought these were supposed to be added in the i
Sang Ahn
2011/06/15 22:27:42
I didn't now that. I put that here since the refe
|
| const PPB_Scrollbar_Dev* PPBScrollbarDev(); |
| const PPB_Surface3D_Dev* PPBSurface3DDev(); |