| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 0734fd3d1b4f32118b8b854dd512652e44b8e9e5..6eee7220acd55d4fc2c1bbc1916e39f4a11e0a58 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -517,8 +517,10 @@ void GpuChildThread::OnGpuSwitched() {
|
|
|
| #if defined(OS_MACOSX)
|
| void GpuChildThread::OnBufferPresented(const BufferPresentedParams& params) {
|
| - if (gpu_channel_manager_)
|
| - gpu_channel_manager_->BufferPresented(params);
|
| + if (gpu_channel_manager_) {
|
| + gpu_channel_manager_->BufferPresented(
|
| + params.surface_id, params.vsync_timebase, params.vsync_interval);
|
| + }
|
| }
|
| #endif
|
|
|
|
|