| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index e5f518972faf543c123e61f551858ef3594f9e97..6f896c4f5c5136148a50b5f26e3d6f6e418f457b 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -97,6 +97,8 @@ class GpuChildThread : public ChildThreadImpl,
|
| int32_t surface_id,
|
| CAContextID ca_context_id,
|
| const gfx::ScopedRefCountedIOSurfaceMachPort& io_surface,
|
| + bool use_detached,
|
| + CAContextID detached_ca_context_id,
|
| const gfx::Size& size,
|
| float scale_factor,
|
| std::vector<ui::LatencyInfo> latency_info) override;
|
|
|