| Index: chrome/browser/renderer_host/browser_render_process_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/browser_render_process_host.h (revision 42776)
|
| +++ chrome/browser/renderer_host/browser_render_process_host.h (working copy)
|
| @@ -110,7 +110,12 @@
|
| void OnExtensionAddListener(const std::string& event_name);
|
| void OnExtensionRemoveListener(const std::string& event_name);
|
| void OnExtensionCloseChannel(int port_id);
|
| + // Renderer process is requesting that the browser process establish a GPU
|
| + // channel.
|
| void OnMsgEstablishGpuChannel();
|
| + // Renderer process is requesting that outstanding asynchronous GPU-related
|
| + // messages are processed.
|
| + void OnMsgSynchronizeGpu(IPC::Message* reply);
|
|
|
| // Initialize support for visited links. Send the renderer process its initial
|
| // set of visited links.
|
|
|