diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 06:32:36 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 06:32:36 +0000 |
commit | 8938fd7cbb8b8dea620c67fdf9355842e802097b (patch) | |
tree | 656cb169bc2f6e1e06b6fb2e0defdcda1cd48fe5 /chrome/common | |
parent | 55c40eb52838e5b4b8b12c2eaca722c0c2c4d27c (diff) | |
download | chromium_src-8938fd7cbb8b8dea620c67fdf9355842e802097b.zip chromium_src-8938fd7cbb8b8dea620c67fdf9355842e802097b.tar.gz chromium_src-8938fd7cbb8b8dea620c67fdf9355842e802097b.tar.bz2 |
Some cleanup work in GpuVideoDecoderHost and IpcVideoDecoder
Seeing that GpuVideoDecoderHost has a very similar interface to
VideoDecodeEngine, this patch makes GpuVideoDecoderHost implments
VideoDecodeEngine.
Also did some cleanup work to remove code patch that doesn't fit
into the buffer allocation model we are moving to.
BUG=53714
TEST=Tree is green. Code still doesn't work yet.
Review URL: http://codereview.chromium.org/3393014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/gpu_messages.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/gpu_messages.cc b/chrome/common/gpu_messages.cc index 875e62a..34f051c 100644 --- a/chrome/common/gpu_messages.cc +++ b/chrome/common/gpu_messages.cc @@ -15,10 +15,6 @@ #if defined(OS_MACOSX) -// TODO(hclam): This is a dummy comment just to get Mac build bots to pick -// up changes to gpu_messages_internal.h. Remove me after it builds -// correctly. - // Parameters for the GpuHostMsg_AcceleratedSurfaceSetIOSurface // message, which has too many parameters to be sent with the // predefined IPC macros. |