| 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 04dc52c579dff9cd1dbd2d78dbf97e81f79dff19..38710f165f256930127065386e96deb5a5bef951 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -70,6 +70,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
|
|
| struct EstablishChannelRequest {
|
| EstablishChannelRequest();
|
| + EstablishChannelRequest(const EstablishChannelRequest& other);
|
| ~EstablishChannelRequest();
|
| int32_t client_id;
|
| EstablishChannelCallback callback;
|
|
|