| Index: ppapi/proxy/ppb_surface_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_surface_3d_proxy.h b/ppapi/proxy/ppb_surface_3d_proxy.h
|
| index be8ce341e77c0b53dce6d459a92aed08c6508289..cf47888b4da0b402765f3ffcbe0790655f4a1786 100644
|
| --- a/ppapi/proxy/ppb_surface_3d_proxy.h
|
| +++ b/ppapi/proxy/ppb_surface_3d_proxy.h
|
| @@ -75,7 +75,7 @@ class PPB_Surface3D_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_SURFACE_3D;
|
| + static const ApiID kApiID = API_ID_PPB_SURFACE_3D;
|
|
|
| private:
|
| // Message handlers.
|
|
|