Index: ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc |
=================================================================== |
--- ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc (revision 99848) |
+++ ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.cc (working copy) |
@@ -259,8 +259,8 @@ |
// static |
-const PPB_Graphics3D_Dev* PluginGraphics3D::GetInterface() { |
- static const PPB_Graphics3D_Dev intf = { |
+const PPB_Graphics3D* PluginGraphics3D::GetInterface() { |
+ static const PPB_Graphics3D intf = { |
&GetAttribMaxValue, |
&Create, |
&IsGraphics3D, |