diff options
author | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 20:32:01 +0000 |
---|---|---|
committer | vrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 20:32:01 +0000 |
commit | a43c44973af60e8bd003ae1595d333c154d9bf26 (patch) | |
tree | fc2c0026b6d0e742274bbe28b1c9858495d324af | |
parent | a13da24116e78e759c17ca410e2a7fd39f66c280 (diff) | |
download | chromium_src-a43c44973af60e8bd003ae1595d333c154d9bf26.zip chromium_src-a43c44973af60e8bd003ae1595d333c154d9bf26.tar.gz chromium_src-a43c44973af60e8bd003ae1595d333c154d9bf26.tar.bz2 |
Delete offending semi-colon from gpu_messages.h
CL that introduced the change:
http://codereview.chromium.org/7292010/
Committed r91742
BUG=none
TEST=none
TBR=apatrick
Review URL: http://codereview.chromium.org/7324004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91743 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | content/common/gpu/gpu_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h index 10a52ff..6041775 100644 --- a/content/common/gpu/gpu_messages.h +++ b/content/common/gpu/gpu_messages.h @@ -396,7 +396,7 @@ IPC_MESSAGE_ROUTED2(GpuCommandBufferMsg_CreateVideoDecoder, // Release all resources held by the hardware video decoder associated with this // stub. -IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DestroyVideoDecoder); +IPC_MESSAGE_ROUTED0(GpuCommandBufferMsg_DestroyVideoDecoder) // Send from command buffer stub to proxy when window is invalid and must be // repainted. |