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

Unified Diff: ppapi/cpp/private/flash.h

Issue 11016007: Implement host side of sync EnumerateVideoCaptureDevices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 months 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 | « content/renderer/pepper/pepper_flash_host.cc ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/flash.h
diff --git a/ppapi/cpp/private/flash.h b/ppapi/cpp/private/flash.h
index dc5f92907c22a409c36c31f8a63acec14537a552..857c6897353010ce515019403051393ef223b826 100644
--- a/ppapi/cpp/private/flash.h
+++ b/ppapi/cpp/private/flash.h
@@ -6,6 +6,7 @@
#define PPAPI_CPP_PRIVATE_FLASH_H_
#include <string>
+#include <vector>
#include "ppapi/c/private/ppb_flash.h"
#include "ppapi/c/pp_stdint.h"
@@ -15,6 +16,7 @@ struct PP_Point;
namespace pp {
+class DeviceRef_Dev;
class FontDescription_Dev;
class ImageData;
class InstanceHandle;
@@ -23,6 +25,7 @@ class Point;
class Rect;
class URLRequestInfo;
class Var;
+class VideoCapture_Dev;
namespace flash {
@@ -63,6 +66,9 @@ class Flash {
static bool SetCrashData(const InstanceHandle& instance,
PP_FlashCrashKey key,
const pp::Var& value);
+ static int32_t EnumerateVideoCaptureDevices(const InstanceHandle& instance,
+ const VideoCapture_Dev& video_capture,
+ std::vector<DeviceRef_Dev>* devices_out);
// PPB_Flash_Print.
static bool InvokePrinting(const InstanceHandle& instance);
« no previous file with comments | « content/renderer/pepper/pepper_flash_host.cc ('k') | ppapi/cpp/private/flash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698