diff options
author | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 18:55:06 +0000 |
---|---|---|
committer | davemoore@chromium.org <davemoore@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 18:55:06 +0000 |
commit | e0b3ea152c9450288319cd65329a8f664cac9107 (patch) | |
tree | 6472d42e6d5d847ea3bb8a42ee0d536d3673f998 /webkit/plugins/ppapi/mock_plugin_delegate.cc | |
parent | d2f777617b4c8873e6b72dcd3a0fd6809f7e4dbb (diff) | |
download | chromium_src-e0b3ea152c9450288319cd65329a8f664cac9107.zip chromium_src-e0b3ea152c9450288319cd65329a8f664cac9107.tar.gz chromium_src-e0b3ea152c9450288319cd65329a8f664cac9107.tar.bz2 |
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
Fills in implementation for AssignGLESBuffers where it was missing. Also
updates OmxVideoDecodeAccelerator to reflect the changes.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6965010
TBR=vrk@google.com
Review URL: http://codereview.chromium.org/7044115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/plugins/ppapi/mock_plugin_delegate.cc')
-rw-r--r-- | webkit/plugins/ppapi/mock_plugin_delegate.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.cc b/webkit/plugins/ppapi/mock_plugin_delegate.cc index 476d4c9..9905791 100644 --- a/webkit/plugins/ppapi/mock_plugin_delegate.cc +++ b/webkit/plugins/ppapi/mock_plugin_delegate.cc @@ -45,8 +45,7 @@ MockPluginDelegate::PlatformContext3D* MockPluginDelegate::CreateContext3D() { MockPluginDelegate::PlatformVideoDecoder* MockPluginDelegate::CreateVideoDecoder( - media::VideoDecodeAccelerator::Client* client, - int command_buffer_route_id) { + media::VideoDecodeAccelerator::Client* client) { return NULL; } |