| Index: ppapi/proxy/ppb_graphics_2d_proxy.h
|
| diff --git a/ppapi/proxy/ppb_graphics_2d_proxy.h b/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| index 59b4b1b0a70a952673bbe18297cb43ef714df6ad..c872871c044a5571bc56db264f946a32e111113c 100644
|
| --- a/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| +++ b/ppapi/proxy/ppb_graphics_2d_proxy.h
|
| @@ -36,7 +36,7 @@ class PPB_Graphics2D_Proxy : public InterfaceProxy {
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|
| - static const InterfaceID kInterfaceID = INTERFACE_ID_PPB_GRAPHICS_2D;
|
| + static const ApiID kApiID = API_ID_PPB_GRAPHICS_2D;
|
|
|
| private:
|
| // Plugin->renderer message handlers.
|
|
|