Index: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (revision 99860) |
+++ ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc (working copy) |
@@ -213,16 +213,16 @@ |
return ppb; |
} |
-const PPB_Graphics3D* PPBGraphics3DInterface() { |
- static const PPB_Graphics3D* ppb = static_cast<const PPB_Graphics3D*>( |
- GetBrowserInterfaceSafe(PPB_GRAPHICS_3D_INTERFACE)); |
+const PPB_Graphics3D_Dev* PPBGraphics3DInterface() { |
+ static const PPB_Graphics3D_Dev* ppb = static_cast<const PPB_Graphics3D_Dev*>( |
+ GetBrowserInterfaceSafe(PPB_GRAPHICS_3D_DEV_INTERFACE)); |
return ppb; |
} |
-const PPB_Graphics3DTrusted* PPBGraphics3DTrustedInterface() { |
- static const PPB_Graphics3DTrusted* ppb = |
- static_cast<const PPB_Graphics3DTrusted*>( |
- GetBrowserInterfaceSafe(PPB_GRAPHICS_3D_TRUSTED_INTERFACE)); |
+const PPB_Graphics3DTrusted_Dev* PPBGraphics3DTrustedInterface() { |
+ static const PPB_Graphics3DTrusted_Dev* ppb = |
+ static_cast<const PPB_Graphics3DTrusted_Dev*>( |
+ GetBrowserInterfaceSafe(PPB_GRAPHICS_3D_TRUSTED_DEV_INTERFACE)); |
return ppb; |
} |
Property changes on: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc |
___________________________________________________________________ |
Added: svn:mergeinfo |