| Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h
|
| ===================================================================
|
| --- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h (revision 99577)
|
| +++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h (working copy)
|
| @@ -10,9 +10,9 @@
|
| #include "base/scoped_ptr.h"
|
| #include "native_client/src/include/nacl_macros.h"
|
| #include "native_client/src/shared/ppapi_proxy/plugin_resource.h"
|
| -#include "ppapi/c/dev/pp_graphics_3d_dev.h"
|
| -#include "ppapi/c/dev/ppb_graphics_3d_dev.h"
|
| -#include "ppapi/c/dev/ppb_opengles_dev.h"
|
| +#include "ppapi/c/pp_graphics_3d.h"
|
| +#include "ppapi/c/ppb_graphics_3d.h"
|
| +#include "ppapi/c/ppb_opengles.h"
|
| #include "ppapi/c/pp_instance.h"
|
|
|
| namespace gpu {
|
| @@ -31,8 +31,8 @@
|
| PluginGraphics3D();
|
| virtual ~PluginGraphics3D();
|
|
|
| - static const PPB_Graphics3D_Dev* GetInterface();
|
| - static const PPB_OpenGLES2_Dev* GetOpenGLESInterface();
|
| + static const PPB_Graphics3D* GetInterface();
|
| + static const PPB_OpenGLES2* GetOpenGLESInterface();
|
|
|
| virtual bool InitFromBrowserResource(PP_Resource graphics3d_id);
|
|
|
|
|