Index: ppapi/proxy/ppb_instance_proxy.h |
diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h |
index dfef702b5f87c6a747d587687996fd4d7540d476..b9afceccd6a13707d58114c958d26829ed70f0cd 100644 |
--- a/ppapi/proxy/ppb_instance_proxy.h |
+++ b/ppapi/proxy/ppb_instance_proxy.h |
@@ -70,7 +70,6 @@ class PPB_Instance_Proxy : public InterfaceProxy, |
PP_Bool fullscreen) OVERRIDE; |
virtual PP_Bool GetScreenSize(PP_Instance instance, |
PP_Size* size) OVERRIDE; |
- virtual thunk::PPB_Flash_API* GetFlashAPI() OVERRIDE; |
virtual Resource* GetSingletonResource(PP_Instance instance, |
SingletonResourceID id) OVERRIDE; |
virtual int32_t RequestInputEvents(PP_Instance instance, |