diff options
author | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 03:15:48 +0000 |
---|---|---|
committer | piman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-06 03:15:48 +0000 |
commit | 97dd433374f7a5e5195fb6c65bdab33740b98e86 (patch) | |
tree | 9d75e9732ff0a56929c24fd5ffd82d5865382e3e /ppapi/thunk/thunk.h | |
parent | a82aa8513ec8f638ab2d68fca5e6a1a1d5fd1e67 (diff) | |
download | chromium_src-97dd433374f7a5e5195fb6c65bdab33740b98e86.zip chromium_src-97dd433374f7a5e5195fb6c65bdab33740b98e86.tar.gz chromium_src-97dd433374f7a5e5195fb6c65bdab33740b98e86.tar.bz2 |
Video Capture Pepper API
The API is very simple at this point but works end-to-end.
BUG=None
TEST=VideoCapture sample (in a later CL)
Review URL: http://codereview.chromium.org/7553003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95719 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/thunk.h')
-rw-r--r-- | ppapi/thunk/thunk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ppapi/thunk/thunk.h b/ppapi/thunk/thunk.h index 46544cc..ac0008e 100644 --- a/ppapi/thunk/thunk.h +++ b/ppapi/thunk/thunk.h @@ -47,6 +47,7 @@ struct PPB_URLLoader; struct PPB_URLLoaderTrusted; struct PPB_URLRequestInfo; struct PPB_URLResponseInfo; +struct PPB_VideoCapture_Dev; struct PPB_VideoDecoder_Dev; struct PPB_VideoLayer_Dev; struct PPB_WheelInputEvent; @@ -101,6 +102,7 @@ const PPB_URLLoader* GetPPB_URLLoader_Thunk(); const PPB_URLLoaderTrusted* GetPPB_URLLoaderTrusted_Thunk(); const PPB_URLRequestInfo* GetPPB_URLRequestInfo_Thunk(); const PPB_URLResponseInfo* GetPPB_URLResponseInfo_Thunk(); +const PPB_VideoCapture_Dev* GetPPB_VideoCapture_Thunk(); const PPB_VideoDecoder_Dev* GetPPB_VideoDecoder_Thunk(); const PPB_VideoLayer_Dev* GetPPB_VideoLayer_Thunk(); const PPB_WheelInputEvent* GetPPB_WheelInputEvent_Thunk(); |