Index: ppapi/proxy/flash_resource.h |
diff --git a/ppapi/proxy/flash_resource.h b/ppapi/proxy/flash_resource.h |
index b5a4428616a3c2d42648bf73bef7a10caa51fea7..a0fe0e7c59c0d542554cdffac5ef1656767d1984 100644 |
--- a/ppapi/proxy/flash_resource.h |
+++ b/ppapi/proxy/flash_resource.h |
@@ -10,8 +10,6 @@ |
#include "ppapi/proxy/ppapi_proxy_export.h" |
#include "ppapi/thunk/ppb_flash_functions_api.h" |
-struct PP_ArrayOutput; |
- |
namespace ppapi { |
namespace proxy { |
@@ -25,12 +23,6 @@ class PPAPI_PROXY_EXPORT FlashResource |
// Resource overrides. |
virtual thunk::PPB_Flash_Functions_API* AsPPB_Flash_Functions_API() OVERRIDE; |
- // PPB_Flash_Functions_API. |
- virtual int32_t EnumerateVideoCaptureDevices( |
- PP_Instance instance, |
- PP_Resource video_capture, |
- const PP_ArrayOutput& devices) OVERRIDE; |
- |
private: |
DISALLOW_COPY_AND_ASSIGN(FlashResource); |
}; |