diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 02:40:31 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-29 02:40:31 +0000 |
commit | bb13fb7f75ee1446fbe77be49ecd527e9a8fee77 (patch) | |
tree | 2322bc08c7f4a286bd52afccb65c0b807b993746 | |
parent | f37619e85e12e0692fe106e1f6b3a8ac6267fc74 (diff) | |
download | chromium_src-bb13fb7f75ee1446fbe77be49ecd527e9a8fee77.zip chromium_src-bb13fb7f75ee1446fbe77be49ecd527e9a8fee77.tar.gz chromium_src-bb13fb7f75ee1446fbe77be49ecd527e9a8fee77.tar.bz2 |
Build fix to pick up changes in gpu_messages_internal.h for mac.
TBR=kinuko
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3542004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60903 0039d316-1c4b-4281-b951-d872f2087c98
-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. |