Index: cc/output/begin_frame_args.cc |
diff --git a/cc/output/begin_frame_args.cc b/cc/output/begin_frame_args.cc |
index 786f41ac322db02383835635c1f8d9608c868732..d08e60a09cff18c5cba9407dc2034310c7e8cce3 100644 |
--- a/cc/output/begin_frame_args.cc |
+++ b/cc/output/begin_frame_args.cc |
@@ -92,8 +92,4 @@ base::TimeDelta BeginFrameArgs::DefaultInterval() { |
return base::TimeDelta::FromMicroseconds(16666); |
} |
-base::TimeDelta BeginFrameArgs::DefaultRetroactiveBeginFramePeriod() { |
- return base::TimeDelta::FromMicroseconds(4444); |
-} |
- |
} // namespace cc |