diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 17:08:04 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-26 17:08:04 +0000 |
commit | 5986c0b4837956dfa15d0ad8a8e1fc14d66e7b21 (patch) | |
tree | b8454ba0ec8eb1efca8b50a36e0022a258cb1a88 /media/video/video_decode_accelerator.h | |
parent | 54db01c704b1c32737a8d74cfd80a42a8b27082a (diff) | |
download | chromium_src-5986c0b4837956dfa15d0ad8a8e1fc14d66e7b21.zip chromium_src-5986c0b4837956dfa15d0ad8a8e1fc14d66e7b21.tar.gz chromium_src-5986c0b4837956dfa15d0ad8a8e1fc14d66e7b21.tar.bz2 |
[Re-instate r86681 by reverting its revert in r86687.]
Take 2: Updated OMX decoder for recent PPAPI changes, and added to the build.
Had to move from content/gpu to content/common/gpu to allow gpu_video_service.cc
to depend on the decoder.
Removed some dead code and did some random cleanup while I was in there.
BUG=none
TEST=chrome compiles on cros/arm!
Review URL: http://codereview.chromium.org/6992087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86841 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video/video_decode_accelerator.h')
-rw-r--r-- | media/video/video_decode_accelerator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/video/video_decode_accelerator.h b/media/video/video_decode_accelerator.h index 807501f..8f01d2a 100644 --- a/media/video/video_decode_accelerator.h +++ b/media/video/video_decode_accelerator.h @@ -15,8 +15,6 @@ namespace media { -typedef Callback0::Type VideoDecodeAcceleratorCallback; - // Enumeration defining global dictionary ranges for various purposes that are // used to handle the configurations of the video decoder. enum VideoAttributeKey { |