Index: ppapi/proxy/ppb_graphics_3d_proxy.h |
diff --git a/ppapi/proxy/ppb_graphics_3d_proxy.h b/ppapi/proxy/ppb_graphics_3d_proxy.h |
index ef2b70b805f62bad8bb213987d0009c983a0a1cb..472c2a7c16b26f9a45f021a93c16dd44bd38e002 100644 |
--- a/ppapi/proxy/ppb_graphics_3d_proxy.h |
+++ b/ppapi/proxy/ppb_graphics_3d_proxy.h |
@@ -73,7 +73,7 @@ class PPB_Graphics3D_Proxy : public InterfaceProxy { |
// InterfaceProxy implementation. |
virtual bool OnMessageReceived(const IPC::Message& msg); |
- static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_GRAPHICS_3D; |
+ static const ApiID kApiID = API_ID_PPB_GRAPHICS_3D; |
private: |
void OnMsgCreate(PP_Instance instance, |