Index: cc/output/begin_frame_args.h |
diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h |
index efff6950c25920ead37f525a899062136f30b979..53745f9d81e9e262e8aac52fc4dba4c3bb743091 100644 |
--- a/cc/output/begin_frame_args.h |
+++ b/cc/output/begin_frame_args.h |
@@ -75,12 +75,6 @@ struct CC_EXPORT BeginFrameArgs { |
// magic numbers. |
static base::TimeDelta DefaultInterval(); |
- // This is the default amount of time after the frame_time to retroactively |
- // send a BeginFrame that had been skipped. This only has an effect if the |
- // deadline has passed, since the deadline is also used to trigger BeginFrame |
- // retroactively. |
- static base::TimeDelta DefaultRetroactiveBeginFramePeriod(); |
- |
bool IsValid() const { return interval >= base::TimeDelta(); } |
scoped_refptr<base::debug::ConvertableToTraceFormat> AsValue() const; |