| Index: cc/test/begin_frame_args_test.h
|
| diff --git a/cc/test/begin_frame_args_test.h b/cc/test/begin_frame_args_test.h
|
| index e0fe9c069c426a5eaa1f0b8134abc510cb4b5440..0ab1daf21778ac5819ad802cccd0f669fffcda7e 100644
|
| --- a/cc/test/begin_frame_args_test.h
|
| +++ b/cc/test/begin_frame_args_test.h
|
| @@ -15,6 +15,7 @@ namespace cc {
|
|
|
| // Functions for quickly creating BeginFrameArgs
|
| BeginFrameArgs CreateBeginFrameArgsForTesting();
|
| +BeginFrameArgs CreateBeginFrameArgsForTesting(base::TimeTicks frame_time);
|
| BeginFrameArgs CreateBeginFrameArgsForTesting(int64 frame_time,
|
| int64 deadline,
|
| int64 interval);
|
|
|