| Index: ppapi/proxy/ppp_video_decoder_proxy.h
|
| diff --git a/ppapi/proxy/ppp_video_decoder_proxy.h b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| index 84d83a56b1adeb8ed130360560ef9f60255e3dee..54beac127969b8a4dfe4410c14188e451e99925d 100644
|
| --- a/ppapi/proxy/ppp_video_decoder_proxy.h
|
| +++ b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| @@ -21,7 +21,7 @@ class PPP_VideoDecoder_Proxy : public InterfaceProxy {
|
| PPP_VideoDecoder_Proxy(Dispatcher* dispatcher);
|
| virtual ~PPP_VideoDecoder_Proxy();
|
|
|
| - static const Info* GetInfo();
|
| + static const PPP_VideoDecoder_Dev* GetProxyInterface();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|