| Index: ppapi/proxy/ppb_context_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_context_3d_proxy.h b/ppapi/proxy/ppb_context_3d_proxy.h
|
| index 9670f3a53a459cb2c86e45c9777edaf2d77c4dab..2fb52c6047b1fcf6ccf107936052786fbaf068a6 100644
|
| --- a/ppapi/proxy/ppb_context_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_context_3d_proxy.h
|
| @@ -105,7 +105,7 @@ class PPB_Context3D_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_CONTEXT_3D;
|
| + static const ApiID kApiID = API_ID_PPB_CONTEXT_3D;
|
|
|
| private:
|
| void OnMsgCreate(PP_Instance instance,
|
|
|