summaryrefslogtreecommitdiffstats
path: root/content/common
diff options
context:
space:
mode:
authorbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-04 15:54:49 +0000
committerbacker@chromium.org <backer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-04 15:54:49 +0000
commitb5b10a3a1cf43840571ad954f5b03d9053bd8a3b (patch)
tree5ca6966dee009f17a61247180c75365a7c2dddce /content/common
parent886ab7f4d92b4748ab3440881f9594c272077790 (diff)
downloadchromium_src-b5b10a3a1cf43840571ad954f5b03d9053bd8a3b.zip
chromium_src-b5b10a3a1cf43840571ad954f5b03d9053bd8a3b.tar.gz
chromium_src-b5b10a3a1cf43840571ad954f5b03d9053bd8a3b.tar.bz2
Remove some dead code.
We no longer use this IPC. Should be a no-op on all builds. BUG=none TEST=by hand and trybots Review URL: http://codereview.chromium.org/6914028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84068 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r--content/common/gpu/gpu_messages.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
index 3dc7958..1fbb39d 100644
--- a/content/common/gpu/gpu_messages.h
+++ b/content/common/gpu/gpu_messages.h
@@ -272,10 +272,6 @@ IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceSetIOSurface,
// should cause the browser to redraw the compositor's contents.
IPC_MESSAGE_CONTROL1(GpuHostMsg_AcceleratedSurfaceBuffersSwapped,
GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params)
-#elif defined(OS_WIN)
-IPC_MESSAGE_CONTROL2(GpuHostMsg_ScheduleComposite,
- int32, /* renderer_id */
- int32 /* render_view_id */)
#endif
//------------------------------------------------------------------------------