Index: cc/debug/frame_rate_counter.cc |
diff --git a/cc/debug/frame_rate_counter.cc b/cc/debug/frame_rate_counter.cc |
index 2f3b291fea900d4b50d8bb247606de34c3431c37..b9de66bce60677fe1cb11a7d5218e6d920d28194 100644 |
--- a/cc/debug/frame_rate_counter.cc |
+++ b/cc/debug/frame_rate_counter.cc |
@@ -44,7 +44,7 @@ base::TimeDelta FrameRateCounter::RecentFrameInterval(size_t n) const { |
FrameRateCounter::FrameRateCounter(bool has_impl_thread) |
: has_impl_thread_(has_impl_thread), dropped_frame_count_(0) {} |
-void FrameRateCounter::SaveTimeStamp(base::TimeTicks timestamp, bool software) { |
+void FrameRateCounter::SaveTimeStamp(gfx::FrameTime timestamp, bool software) { |
ring_buffer_.SaveToBuffer(timestamp); |
// Check if frame interval can be computed. |