| Index: third_party/WebKit/Source/web/WebPerformance.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPerformance.cpp b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| index aecee8dde3feb6c04b902e9bc782a7aff1caf90e..3b3bee457615884254cb04d74ca28ab6ee80b27a 100644
|
| --- a/third_party/WebKit/Source/web/WebPerformance.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| @@ -197,6 +197,11 @@ double WebPerformance::parseBlockedOnScriptExecutionFromDocumentWriteDuration()
|
| ->parseBlockedOnScriptExecutionFromDocumentWriteDuration());
|
| }
|
|
|
| +double WebPerformance::authorStyleSheetParseDurationBeforeFCP() const {
|
| + return millisecondsToSeconds(
|
| + m_private->timing()->authorStyleSheetParseDurationBeforeFCP());
|
| +}
|
| +
|
| WebPerformance::WebPerformance(Performance* performance)
|
| : m_private(performance) {}
|
|
|
|
|