| Index: third_party/WebKit/public/web/WebTestingSupport.h
|
| diff --git a/third_party/WebKit/public/web/WebTestingSupport.h b/third_party/WebKit/public/web/WebTestingSupport.h
|
| index 0833b0b9ca8e94c289aafb79eebb4eb6b922f86c..1f33c9176c632c5e376baa3c7db15cfc6d82afb6 100644
|
| --- a/third_party/WebKit/public/web/WebTestingSupport.h
|
| +++ b/third_party/WebKit/public/web/WebTestingSupport.h
|
| @@ -38,6 +38,9 @@ public:
|
| static void injectInternalsObject(WebLocalFrame*);
|
| static void resetInternalsObject(WebLocalFrame*);
|
| static void injectInternalsObject(v8::Local<v8::Context>);
|
| +
|
| + using TimeFunction = double (*)();
|
| + static void setMonotonicallyIncreasingTimeFunctionForTesting(TimeFunction);
|
| };
|
|
|
| }
|
|
|