summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/mock_plugin_delegate.h
diff options
context:
space:
mode:
authorpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-06 03:15:48 +0000
committerpiman@chromium.org <piman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-06 03:15:48 +0000
commit97dd433374f7a5e5195fb6c65bdab33740b98e86 (patch)
tree9d75e9732ff0a56929c24fd5ffd82d5865382e3e /webkit/plugins/ppapi/mock_plugin_delegate.h
parenta82aa8513ec8f638ab2d68fca5e6a1a1d5fd1e67 (diff)
downloadchromium_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 'webkit/plugins/ppapi/mock_plugin_delegate.h')
-rw-r--r--webkit/plugins/ppapi/mock_plugin_delegate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
index bc187e67..9de0218 100644
--- a/webkit/plugins/ppapi/mock_plugin_delegate.h
+++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
@@ -25,6 +25,8 @@ class MockPluginDelegate : public PluginDelegate {
virtual PlatformVideoDecoder* CreateVideoDecoder(
media::VideoDecodeAccelerator::Client* client,
int32 command_buffer_route_id);
+ virtual PlatformVideoCapture* CreateVideoCapture(
+ media::VideoCapture::EventHandler* handler);
virtual PlatformAudio* CreateAudio(uint32_t sample_rate,
uint32_t sample_count,
PlatformAudio::Client* client);