Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 67edcdaa1ad570f439b5aca55fda9b6f4cbe5875..9e5861e3e6fe446bd48f8d29612263c436683fec 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -981,7 +981,7 @@ void GpuProcessHost::OnAcceleratedSurfaceBuffersSwapped( |
FrameSubscriberMap::iterator it = frame_subscribers_.find(params.surface_id); |
if (it != frame_subscribers_.end() && it->second) { |
- const base::Time present_time = base::Time::Now(); |
+ const base::TimeTicks present_time = base::TimeTicks::Now(); |
scoped_refptr<media::VideoFrame> target_frame; |
RenderWidgetHostViewFrameSubscriber::DeliverFrameCallback copy_callback; |
if (it->second->ShouldCaptureFrame(present_time, |