| Index: third_party/WebKit/Source/wtf/CurrentTime.h
|
| diff --git a/third_party/WebKit/Source/wtf/CurrentTime.h b/third_party/WebKit/Source/wtf/CurrentTime.h
|
| index 97c55191083d10f68c7f61da66f14dfe9f4c568e..b1acf736fb36ee67fb5757b6cef84cc557b9d50b 100644
|
| --- a/third_party/WebKit/Source/wtf/CurrentTime.h
|
| +++ b/third_party/WebKit/Source/wtf/CurrentTime.h
|
| @@ -64,6 +64,9 @@ using TimeFunction = double (*)();
|
| // means using the default timing function returning the actual time.
|
| WTF_EXPORT TimeFunction setTimeFunctionsForTesting(TimeFunction);
|
|
|
| +// Allows wtf/Time.h to use the same mock time function
|
| +WTF_EXPORT TimeFunction getTimeFunctionForTesting();
|
| +
|
| } // namespace WTF
|
|
|
| using WTF::currentTime;
|
|
|