| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 7103cd3034c960b34c214e213f2c6dd392710fb6..70a6bb8c13a5014591263eaa09f3c5ca2442d6d6 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -42,8 +42,7 @@ class GpuChildThread : public ChildThreadImpl {
|
| const gpu::GPUInfo& gpu_info,
|
| const DeferredMessages& deferred_messages);
|
|
|
| - // For single-process mode.
|
| - explicit GpuChildThread(const std::string& channel_id);
|
| + explicit GpuChildThread(const InProcessChildThreadParams& params);
|
|
|
| ~GpuChildThread() override;
|
|
|
|
|