Chromium Code Reviews| 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..acc75d292de9605c2e9e73c1c0c4cc44a86b7270 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(); |
|
noelallen1
2011/12/20 22:33:32
_12_0 vs _11?
|
| // InterfaceProxy implementation. |
| virtual bool OnMessageReceived(const IPC::Message& msg); |