summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 20:32:01 +0000
committervrk@google.com <vrk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 20:32:01 +0000
commita43c44973af60e8bd003ae1595d333c154d9bf26 (patch)
treefc2c0026b6d0e742274bbe28b1c9858495d324af
parenta13da24116e78e759c17ca410e2a7fd39f66c280 (diff)
downloadchromium_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.h2
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.