diff options
Diffstat (limited to 'chromium/content/gpu/gpu_child_thread.h')
-rw-r--r-- | chromium/content/gpu/gpu_child_thread.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/content/gpu/gpu_child_thread.h b/chromium/content/gpu/gpu_child_thread.h index bac6fac97fd..a3af520ef09 100644 --- a/chromium/content/gpu/gpu_child_thread.h +++ b/chromium/content/gpu/gpu_child_thread.h @@ -46,6 +46,7 @@ class TargetServices; namespace content { class GpuServiceFactory; +struct EstablishChannelParams; // The main thread of the GPU child process. There will only ever be one of // these per process. It does process initialization and shutdown. It forwards @@ -128,6 +129,7 @@ class GpuChildThread : public ChildThreadImpl, #endif void OnGpuSwitched(); + void OnEstablishChannel(const EstablishChannelParams& params); void OnCloseChannel(int32_t client_id); void OnLoadedShader(const std::string& shader); void OnDestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id, |