diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 09:30:07 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 09:30:07 +0000 |
commit | 63b39c73dd951416f6c1808f34a10ca422336610 (patch) | |
tree | 23346799369839cf51e1d831f9d97de1629934d0 /chrome/common/gpu_messages.cc | |
parent | ddaa08c97c8a0f35d709d5fd1191b093fbae1c36 (diff) | |
download | chromium_src-63b39c73dd951416f6c1808f34a10ca422336610.zip chromium_src-63b39c73dd951416f6c1808f34a10ca422336610.tar.gz chromium_src-63b39c73dd951416f6c1808f34a10ca422336610.tar.bz2 |
Revert 60912 - 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
TBR=hclam@chromium.org
Review URL: http://codereview.chromium.org/3531002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60922 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gpu_messages.cc')
-rw-r--r-- | chrome/common/gpu_messages.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/gpu_messages.cc b/chrome/common/gpu_messages.cc index 34f051c..875e62a 100644 --- a/chrome/common/gpu_messages.cc +++ b/chrome/common/gpu_messages.cc @@ -15,6 +15,10 @@ #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. |