| Index: content/browser/compositor/gpu_vsync_begin_frame_source.cc
|
| diff --git a/content/browser/compositor/gpu_vsync_begin_frame_source.cc b/content/browser/compositor/gpu_vsync_begin_frame_source.cc
|
| index f9414105a00a395fe48c3f911079387105fe2099..7e43be479adc6b1ff83bc7337b8cf60b29b15855 100644
|
| --- a/content/browser/compositor/gpu_vsync_begin_frame_source.cc
|
| +++ b/content/browser/compositor/gpu_vsync_begin_frame_source.cc
|
| @@ -39,6 +39,4 @@ void GpuVSyncBeginFrameSource::OnNeedsBeginFrames(bool needs_begin_frames) {
|
| vsync_control_->SetNeedsVSync(needs_begin_frames);
|
| }
|
|
|
| -void GpuVSyncBeginFrameSource::OnDidFinishFrame(const cc::BeginFrameAck& ack) {}
|
| -
|
| } // namespace content
|
|
|