summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_graphics_3d_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/ppb_graphics_3d_proxy.cc')
-rw-r--r--ppapi/proxy/ppb_graphics_3d_proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.cc b/ppapi/proxy/ppb_graphics_3d_proxy.cc
index 834f49e..31d9ccb 100644
--- a/ppapi/proxy/ppb_graphics_3d_proxy.cc
+++ b/ppapi/proxy/ppb_graphics_3d_proxy.cc
@@ -408,7 +408,7 @@ PPB_Graphics3D_Proxy::~PPB_Graphics3D_Proxy() {
const InterfaceProxy::Info* PPB_Graphics3D_Proxy::GetInfo() {
static const Info info = {
thunk::GetPPB_Graphics3D_Thunk(),
- PPB_GRAPHICS_3D_DEV_INTERFACE,
+ PPB_GRAPHICS_3D_INTERFACE,
INTERFACE_ID_PPB_GRAPHICS_3D,
false,
&CreateGraphics3DProxy,