| Index: ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| diff --git a/ppapi/proxy/ppp_graphics_3d_proxy.cc b/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| index 3cac464672fbcff7a3cdb7424dce0cf6405b1f68..d83aa80e6109a635384cfe45aa064a44663d3174 100644
|
| --- a/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| +++ b/ppapi/proxy/ppp_graphics_3d_proxy.cc
|
| @@ -16,8 +16,7 @@ namespace {
|
|
|
| void ContextLost(PP_Instance instance) {
|
| HostDispatcher::GetForInstance(instance)->Send(
|
| - new PpapiMsg_PPPGraphics3D_ContextLost(INTERFACE_ID_PPP_GRAPHICS_3D,
|
| - instance));
|
| + new PpapiMsg_PPPGraphics3D_ContextLost(API_ID_PPP_GRAPHICS_3D, instance));
|
| }
|
|
|
| static const PPP_Graphics3D graphics_3d_interface = {
|
| @@ -47,7 +46,7 @@ const InterfaceProxy::Info* PPP_Graphics3D_Proxy::GetInfo() {
|
| static const Info info = {
|
| &graphics_3d_interface,
|
| PPP_GRAPHICS_3D_INTERFACE,
|
| - INTERFACE_ID_PPP_GRAPHICS_3D,
|
| + API_ID_PPP_GRAPHICS_3D,
|
| false,
|
| &CreateGraphics3DProxy,
|
| };
|
|
|