| Index: content/common/gpu_host_messages.h
|
| diff --git a/content/common/gpu_host_messages.h b/content/common/gpu_host_messages.h
|
| index 62b7f0bef3a6bd7a92e4fa75c602068709e5f25d..5c05ba606aa4aa15558864e0cadc89f763a2d62e 100644
|
| --- a/content/common/gpu_host_messages.h
|
| +++ b/content/common/gpu_host_messages.h
|
| @@ -23,13 +23,6 @@
|
| #define IPC_MESSAGE_START GpuMsgStart
|
|
|
| //------------------------------------------------------------------------------
|
| -// GPU Messages
|
| -// These are messages from the browser to the GPU process.
|
| -
|
| -// Tells the GPU process that the browser has seen a GPU switch.
|
| -IPC_MESSAGE_CONTROL0(GpuMsg_GpuSwitched)
|
| -
|
| -//------------------------------------------------------------------------------
|
| // GPU Host Messages
|
| // These are messages to the browser.
|
|
|
|
|