| Index: ppapi/proxy/ppp_graphics_3d_proxy.h
|
| diff --git a/ppapi/proxy/ppp_graphics_3d_proxy.h b/ppapi/proxy/ppp_graphics_3d_proxy.h
|
| index 9b4d7a0fe67dfc561a2591b03cb306b0aa842242..a6f7eb63b1ef498a1f5f87a435ad9b4ed5efd126 100644
|
| --- a/ppapi/proxy/ppp_graphics_3d_proxy.h
|
| +++ b/ppapi/proxy/ppp_graphics_3d_proxy.h
|
| @@ -18,7 +18,7 @@ class PPP_Graphics3D_Proxy : public InterfaceProxy {
|
| PPP_Graphics3D_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_Graphics3D_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_Graphics3D* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|