| 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 a3bfba392ae29c3e5f9075cc2c56c41546934d65..59e94f94562412110bebdccd9d2a6b443308f0d4 100644
|
| --- a/third_party/WebKit/public/web/WebPerformance.h
|
| +++ b/third_party/WebKit/public/web/WebPerformance.h
|
| @@ -98,6 +98,7 @@ class WebPerformance {
|
| BLINK_EXPORT double parseBlockedOnScriptExecutionFromDocumentWriteDuration()
|
| const;
|
| BLINK_EXPORT double authorStyleSheetParseDurationBeforeFCP() const;
|
| + BLINK_EXPORT double updateStyleDurationBeforeFCP() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
| WebPerformance(Performance*);
|
|
|