summaryrefslogtreecommitdiffstats
path: root/media/video/video_decode_accelerator.cc
diff options
context:
space:
mode:
authorvrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 22:01:32 +0000
committervrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 22:01:32 +0000
commit48e1ffea05883acdc563f767211dfbc0fbc41df7 (patch)
treec4fa65547f41aa48c4e7bd740e7d964a86b3d7c8 /media/video/video_decode_accelerator.cc
parent4f74b78fabcacdc703d725cdd704ec5edb141d95 (diff)
downloadchromium_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.cc4
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() {}
-
}