| Index: chrome/common/render_messages_internal.h
|
| diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
|
| index d8f3fb654e3248eb0498472315db7b81610bc6ad..7850fcb7b17b50324aad48380e026b05b51cb543 100644
|
| --- a/chrome/common/render_messages_internal.h
|
| +++ b/chrome/common/render_messages_internal.h
|
| @@ -49,6 +49,7 @@
|
| typedef std::map<std::string, std::string> SubstitutionMap;
|
|
|
| class Value;
|
| +struct GPUCreateCommandBufferConfig;
|
| class GPUInfo;
|
| struct PP_Flash_NetAddress;
|
| class SkBitmap;
|
| @@ -1566,6 +1567,13 @@ IPC_MESSAGE_CONTROL0(ViewHostMsg_EstablishGpuChannel)
|
| // been established.
|
| IPC_SYNC_MESSAGE_CONTROL0_0(ViewHostMsg_SynchronizeGpu)
|
|
|
| +// A renderer sends this to the browser process when it wants to
|
| +// create a GL context associated with the given view_id.
|
| +IPC_SYNC_MESSAGE_CONTROL2_1(ViewHostMsg_CreateViewCommandBuffer,
|
| + int32, /* render_view_id */
|
| + GPUCreateCommandBufferConfig, /* init_params */
|
| + int32 /* route_id */)
|
| +
|
| // A renderer sends this to the browser process when it wants to start
|
| // a new instance of the Native Client process. The browser will launch
|
| // the process and return a handle to an IMC channel.
|
|
|