diff options
author | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 22:01:32 +0000 |
---|---|---|
committer | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-10 22:01:32 +0000 |
commit | 48e1ffea05883acdc563f767211dfbc0fbc41df7 (patch) | |
tree | c4fa65547f41aa48c4e7bd740e7d964a86b3d7c8 /media/video/video_decode_accelerator.cc | |
parent | 4f74b78fabcacdc703d725cdd704ec5edb141d95 (diff) | |
download | chromium_src-48e1ffea05883acdc563f767211dfbc0fbc41df7.zip chromium_src-48e1ffea05883acdc563f767211dfbc0fbc41df7.tar.gz chromium_src-48e1ffea05883acdc563f767211dfbc0fbc41df7.tar.bz2 |
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
This patch fixes some of the inconsistencies between the VideoDecode structs
in the ppapi namespace and their wrappers in the media namespace.
It also implements some of the hooks to pass messages to and from the browser
and plugin.
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6901036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video/video_decode_accelerator.cc')
-rw-r--r-- | media/video/video_decode_accelerator.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media/video/video_decode_accelerator.cc b/media/video/video_decode_accelerator.cc index c88d48a..9063d68 100644 --- a/media/video/video_decode_accelerator.cc +++ b/media/video/video_decode_accelerator.cc @@ -8,8 +8,4 @@ namespace media { VideoDecodeAccelerator::~VideoDecodeAccelerator() {} -VideoDecodeAccelerator::PictureBuffer::~PictureBuffer() {} - -VideoDecodeAccelerator::Picture::~Picture() {} - } |