Chromium Code Reviews| Index: third_party/WebKit/public/web/WebPerformance.h |
| diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h |
| index 7c64df1610be7e13bd2afb218009d43ed6f72f6b..1c148944ef73e1a6a822b429854df3a2e39d3e6d 100644 |
| --- a/third_party/WebKit/public/web/WebPerformance.h |
| +++ b/third_party/WebKit/public/web/WebPerformance.h |
| @@ -98,6 +98,9 @@ class WebPerformance { |
| BLINK_EXPORT double parseBlockedOnScriptExecutionFromDocumentWriteDuration() |
| const; |
| + // In microseconds (seconds are too coarse). |
|
Bryan McQuade
2016/11/04 14:11:30
are seconds really too coarse if you are using dou
Charlie Harrison
2016/11/04 16:05:19
As discussed offline, I think this really has to d
|
| + BLINK_EXPORT double authorStyleSheetParseDurationBeforeFCP() const; |
| + |
| #if BLINK_IMPLEMENTATION |
| WebPerformance(Performance*); |
| WebPerformance& operator=(Performance*); |