| Index: content/common/gpu/gpu_channel_test_common.cc
|
| diff --git a/content/common/gpu/gpu_channel_test_common.cc b/content/common/gpu/gpu_channel_test_common.cc
|
| index c34d57567deab2a98e3f4b7705ad6306cbc5a852..fe6f700014dca4e232da161ef52cd0e9b759b2bf 100644
|
| --- a/content/common/gpu/gpu_channel_test_common.cc
|
| +++ b/content/common/gpu/gpu_channel_test_common.cc
|
| @@ -48,7 +48,12 @@ void TestGpuChannelManagerDelegate::StoreShaderToDisk(
|
|
|
| #if defined(OS_MACOSX)
|
| void TestGpuChannelManagerDelegate::SendAcceleratedSurfaceBuffersSwapped(
|
| - const AcceleratedSurfaceBuffersSwappedParams& params) {}
|
| + 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) {}
|
| #endif
|
|
|
| #if defined(OS_WIN)
|
|
|