summaryrefslogtreecommitdiffstats
path: root/chrome/common/render_messages_internal.h
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 22:54:43 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 22:54:43 +0000
commitd6d8f719ce2e6c1483e085523ddb963eba1b6514 (patch)
tree368bb1396420155025fe41e5f13b5b7468b574f9 /chrome/common/render_messages_internal.h
parent9fefe44a6503d060cd7cc38df910f09b3164c5e0 (diff)
downloadchromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.zip
chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.gz
chromium_src-d6d8f719ce2e6c1483e085523ddb963eba1b6514.tar.bz2
Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code.
Review URL: http://codereview.chromium.org/6673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77721 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/render_messages_internal.h')
-rw-r--r--chrome/common/render_messages_internal.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index c45b865..58a9efa 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -51,7 +51,6 @@ typedef std::map<std::string, std::string> SubstitutionMap;
class Value;
class SkBitmap;
class WebCursor;
-struct GPUInfo;
struct ThumbnailScore;
namespace gfx {
@@ -608,13 +607,6 @@ IPC_MESSAGE_ROUTED3(ViewMsg_HandleMessageFromExternalHost,
// into a full window).
IPC_MESSAGE_ROUTED0(ViewMsg_DisassociateFromPopupCount)
-// The browser sends this to a renderer process in response to a
-// GpuHostMsg_EstablishGpuChannel message.
-IPC_MESSAGE_CONTROL3(ViewMsg_GpuChannelEstablished,
- IPC::ChannelHandle /* handle to channel */,
- base::ProcessHandle /* renderer_process_for_gpu */,
- GPUInfo /* stats about GPU process*/)
-
// Notifies the renderer of the appcache that has been selected for a
// a particular host. This is sent in reply to AppCacheMsg_SelectCache.
IPC_MESSAGE_CONTROL2(AppCacheMsg_CacheSelected,