Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(403)

Unified Diff: ppapi/proxy/flash_resource.h

Issue 11274036: Refactor video capture to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: export Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/flash_resource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/proxy/flash_resource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698