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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc

Issue 7782020: Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 3 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/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

Powered by Google App Engine
This is Rietveld 408576698