diff options
Diffstat (limited to 'chrome/gpu/gpu_thread.h')
-rw-r--r-- | chrome/gpu/gpu_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/gpu/gpu_thread.h b/chrome/gpu/gpu_thread.h index f58db07..8224a9b 100644 --- a/chrome/gpu/gpu_thread.h +++ b/chrome/gpu/gpu_thread.h @@ -34,6 +34,7 @@ class GpuThread : public ChildThread { virtual void OnControlMessageReceived(const IPC::Message& msg); // Message handlers. + void OnEstablishChannel(int renderer_id); void OnNewRenderWidgetHostView(GpuNativeWindowHandle parent_window, int32 routing_id); |