diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 00:00:29 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-22 00:00:29 +0000 |
commit | 1804aa715fd72666c7c22d2cf6a773ecbd6eb43d (patch) | |
tree | 2b2ee2e3ed91882f0547a98e504407d324a8f154 /chrome/common/gpu_messages_internal.h | |
parent | 2722ec565d738f5431d9680c9f1bd2b79e0d5471 (diff) | |
download | chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.zip chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.tar.gz chromium_src-1804aa715fd72666c7c22d2cf6a773ecbd6eb43d.tar.bz2 |
Revert r60126 that broke the build.
TBR=scherkus
BUG=53714
TEST=
Review URL: http://codereview.chromium.org/3393017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60130 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/gpu_messages_internal.h')
-rw-r--r-- | chrome/common/gpu_messages_internal.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/common/gpu_messages_internal.h b/chrome/common/gpu_messages_internal.h index 2afb901..229e3db 100644 --- a/chrome/common/gpu_messages_internal.h +++ b/chrome/common/gpu_messages_internal.h @@ -337,10 +337,10 @@ IPC_BEGIN_MESSAGES(GpuVideoDecoderHost) // Allocate video frames for output of the hardware video decoder. IPC_MESSAGE_ROUTED4(GpuVideoDecoderHostMsg_AllocateVideoFrames, - int32, /* Number of video frames to generate */ - uint32, /* Width of the video frame */ - uint32, /* Height of the video frame */ - media::VideoFrame::Format) /* Format of the video frame */ + int32, /* Numer of video frames to generate */ + int32, /* Width of the video frame */ + int32, /* Height of the video frame */ + media::VideoFrame::Format /* Format of the video frame */) // Release all video frames allocated for a hardware video decoder. IPC_MESSAGE_ROUTED0(GpuVideoDecoderHostMsg_ReleaseAllVideoFrames) |