| Index: chrome/browser/renderer_host/resource_message_filter.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_message_filter.h (revision 43024)
|
| +++ chrome/browser/renderer_host/resource_message_filter.h (working copy)
|
| @@ -328,6 +328,9 @@
|
|
|
| void OnTranslateText(ViewHostMsg_TranslateTextParam param);
|
|
|
| + void OnEstablishGpuChannel();
|
| + void OnSynchronizeGpu(IPC::Message* reply);
|
| +
|
| #if defined(USE_X11)
|
| void SendDelayedReply(IPC::Message* reply_msg);
|
| void DoOnGetScreenInfo(gfx::NativeViewId view, IPC::Message* reply_msg);
|
|
|