| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index 8813dc5463ff329cf6dd3239332abeb524e32776..ffe742b342eb816f9f78353e755ebeca1da8c9a7 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -91,7 +91,12 @@ class GpuChildThread : public ChildThreadImpl,
|
| void RemoveSubscription(int32_t client_id, unsigned int target) override;
|
| #if defined(OS_MACOSX)
|
| void SendAcceleratedSurfaceBuffersSwapped(
|
| - const AcceleratedSurfaceBuffersSwappedParams& params) override;
|
| + int32_t surface_id,
|
| + CAContextID ca_context_id,
|
| + const gfx::ScopedRefCountedIOSurfaceMachPort& io_surface,
|
| + const gfx::Size& size,
|
| + float scale_factor,
|
| + std::vector<ui::LatencyInfo> latency_info) override;
|
| #endif
|
| #if defined(OS_WIN)
|
| void SendAcceleratedSurfaceCreatedChildWindow(
|
|
|