| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index 1bac9ec99ab39c254f8858832ad843586ee70b1e..dda4f2da59c18d9bbf17fd061fb5db42aaaab0a7 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -125,6 +125,7 @@ class GpuChannelHost : public IPC::Sender,
|
| const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| const GURL& active_url,
|
| + bool use_virtual_gl_context,
|
| gfx::GpuPreference gpu_preference);
|
|
|
| // Create and connect to a command buffer in the GPU process.
|
| @@ -134,6 +135,7 @@ class GpuChannelHost : public IPC::Sender,
|
| const std::string& allowed_extensions,
|
| const std::vector<int32>& attribs,
|
| const GURL& active_url,
|
| + bool use_virtual_gl_context,
|
| gfx::GpuPreference gpu_preference);
|
|
|
| // Creates a video decoder in the GPU process.
|
|
|