Index: gpu/ipc/client/command_buffer_proxy_impl.h |
diff --git a/gpu/ipc/client/command_buffer_proxy_impl.h b/gpu/ipc/client/command_buffer_proxy_impl.h |
index bdc7bc8fca3367a458bce764104154f21ef063fa..78a48ff601c27842e05cb7be0cece22865212903 100644 |
--- a/gpu/ipc/client/command_buffer_proxy_impl.h |
+++ b/gpu/ipc/client/command_buffer_proxy_impl.h |
@@ -85,11 +85,13 @@ |
static std::unique_ptr<CommandBufferProxyImpl> Create( |
scoped_refptr<GpuChannelHost> host, |
gpu::SurfaceHandle surface_handle, |
+ const gfx::Size& size, |
CommandBufferProxyImpl* share_group, |
int32_t stream_id, |
gpu::GpuStreamPriority stream_priority, |
const gpu::gles2::ContextCreationAttribHelper& attribs, |
const GURL& active_url, |
+ gl::GpuPreference gpu_preference, |
scoped_refptr<base::SingleThreadTaskRunner> task_runner); |
~CommandBufferProxyImpl() override; |