Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index 6312e215bc19d3c4caf4ff8af8905e81ae64008b..91ad182ce0b3aec8c11fe7b750bb5595f4cf86b3 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -25,7 +25,7 @@ struct CC_EXPORT BeginFrameArgs { |
// This is the default delta that will be used to adjust the deadline when |
// proper draw-time estimations are not yet available. |
- static base::TimeDelta DefaultDeadlineAdjustment(); |
+ static base::TimeDelta DefaultEstimatedParentDrawTime(); |
// This is the default interval to use to avoid sprinkling the code with |
// magic numbers. |