| Index: ppapi/proxy/ppb_flash_proxy.h
|
| diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h
|
| index 1939b2227e621498f856795e808749f2977cf50f..2b2b390a4430158b71ee201e4ca9dab1724830e6 100644
|
| --- a/ppapi/proxy/ppb_flash_proxy.h
|
| +++ b/ppapi/proxy/ppb_flash_proxy.h
|
| @@ -13,12 +13,10 @@
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/c/pp_module.h"
|
| #include "ppapi/c/pp_time.h"
|
| +#include "ppapi/c/private/ppb_flash.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
| #include "ppapi/shared_impl/host_resource.h"
|
|
|
| -struct PPB_Flash;
|
| -struct PPB_Flash_11;
|
| -
|
| namespace ppapi {
|
|
|
| struct PPB_URLRequestInfo_Data;
|
| @@ -35,7 +33,7 @@ class PPB_Flash_Proxy : public InterfaceProxy {
|
|
|
| // Returns the corresponding version of the Flash interface pointer.
|
| static const PPB_Flash_11* GetInterface11();
|
| - static const PPB_Flash* GetInterface12();
|
| + static const PPB_Flash_12_0* GetInterface12_0();
|
|
|
| // InterfaceProxy implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& msg);
|
|
|