| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index 9eb9c84c9939ade87bb1b95d092d7c16e9d24139..9754c1557cdf4fcc886f2ab72797db5745c0128f 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -627,7 +627,7 @@ void GpuChannel::OnStubSchedulingChanged(GpuCommandBufferStub* stub,
|
|
|
| CreateCommandBufferResult GpuChannel::CreateViewCommandBuffer(
|
| const gfx::GLSurfaceHandle& window,
|
| - const GPUCreateCommandBufferConfig& init_params,
|
| + const GpuCreateCommandBufferConfig& init_params,
|
| int32_t route_id) {
|
| TRACE_EVENT1("gpu", "GpuChannel::CreateViewCommandBuffer", "route_id",
|
| route_id);
|
| @@ -825,7 +825,7 @@ const GpuCommandBufferStub* GpuChannel::GetOneStub() const {
|
|
|
| void GpuChannel::OnCreateOffscreenCommandBuffer(
|
| const gfx::Size& size,
|
| - const GPUCreateCommandBufferConfig& init_params,
|
| + const GpuCreateCommandBufferConfig& init_params,
|
| int32_t route_id,
|
| bool* succeeded) {
|
| TRACE_EVENT1("gpu", "GpuChannel::OnCreateOffscreenCommandBuffer", "route_id",
|
|
|