Index: cc/output/output_surface.h |
diff --git a/cc/output/output_surface.h b/cc/output/output_surface.h |
index 4489c1077442c25e55ef00d7d846f8656333d707..c9edd6508a91a2f98807f9fa610fa862e35b492a 100644 |
--- a/cc/output/output_surface.h |
+++ b/cc/output/output_surface.h |
@@ -171,7 +171,7 @@ class CC_EXPORT OutputSurface : public FrameRateControllerClient { |
gfx::Rect viewport); |
// virtual for testing. |
- virtual base::TimeDelta RetroactiveBeginFramePeriod(); |
+ virtual base::TimeTicks RetroactiveBeginFrameDeadline(); |
virtual void PostCheckForRetroactiveBeginFrame(); |
void CheckForRetroactiveBeginFrame(); |