| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 60001e63b970d257333b8bada0a74aed68e4eb7a..3df80675da8d15dcfae45d8032a7d8414e84f44f 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -206,6 +206,12 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| void OnAcceleratedSurfaceBuffersSwapped(const IPC::Message& message);
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| + void OnAcceleratedSurfaceCreatedChildWindow(
|
| + const gfx::PluginWindowHandle& parent_handle,
|
| + const gfx::PluginWindowHandle& window_handle);
|
| +#endif
|
| +
|
| void CreateChannelCache(int32_t client_id);
|
| void OnDestroyChannel(int32_t client_id);
|
| void OnCacheShader(int32_t client_id,
|
|
|