| Index: content/common/gpu/gpu_channel_manager_delegate.h
|
| diff --git a/content/common/gpu/gpu_channel_manager_delegate.h b/content/common/gpu/gpu_channel_manager_delegate.h
|
| index 00b3fe6a4606f0a5c4ee29650cf43a137b89ba56..07fd27f2ad214fae42368b2604a750196d000da8 100644
|
| --- a/content/common/gpu/gpu_channel_manager_delegate.h
|
| +++ b/content/common/gpu/gpu_channel_manager_delegate.h
|
| @@ -68,6 +68,8 @@ class GpuChannelManagerDelegate {
|
| 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) = 0;
|
|
|