| Index: cc/output/begin_frame_args.h
|
| diff --git a/cc/output/begin_frame_args.h b/cc/output/begin_frame_args.h
|
| index 22693dbef947dc814479b1cba52d58af149e2cbc..025a4075c25e6b84ab9597dabac7e5c83b34ea1b 100644
|
| --- a/cc/output/begin_frame_args.h
|
| +++ b/cc/output/begin_frame_args.h
|
| @@ -37,9 +37,7 @@ struct CC_EXPORT BeginFrameArgs {
|
| // retroactively.
|
| static base::TimeDelta DefaultRetroactiveBeginFramePeriod();
|
|
|
| - bool IsValid() const {
|
| - return interval >= base::TimeDelta();
|
| - }
|
| + bool IsValid() const { return interval >= base::TimeDelta(); }
|
|
|
| base::TimeTicks frame_time;
|
| base::TimeTicks deadline;
|
|
|