| Index: cc/output/begin_frame_args.h
|
| diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
|
| index 025a4075c25e6b84ab9597dabac7e5c83b34ea1b..2332fd4cd6b54d46305921bfd19e6fc80d270467 100644
|
| --- a/cc/output/begin_frame_args.h
|
| +++ b/cc/output/begin_frame_args.h
|
| @@ -20,8 +20,6 @@ struct CC_EXPORT BeginFrameArgs {
|
| base::TimeTicks deadline,
|
| base::TimeDelta interval);
|
| static BeginFrameArgs CreateForSynchronousCompositor();
|
| - static BeginFrameArgs CreateForTesting();
|
| - static BeginFrameArgs CreateExpiredForTesting();
|
|
|
| // This is the default delta that will be used to adjust the deadline when
|
| // proper draw-time estimations are not yet available.
|
|
|