| 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..01079e6001499dd628c1d507fc9fa3136fb6d4d1 100644
|
| --- a/third_party/WebKit/Source/web/WebPerformance.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPerformance.cpp
|
| @@ -197,6 +197,10 @@ double WebPerformance::parseBlockedOnScriptExecutionFromDocumentWriteDuration()
|
| ->parseBlockedOnScriptExecutionFromDocumentWriteDuration());
|
| }
|
|
|
| +double WebPerformance::authorStyleSheetParseDurationBeforeFCP() const {
|
| + return m_private->timing()->authorStyleSheetParseDurationBeforeFCP();
|
| +}
|
| +
|
| WebPerformance::WebPerformance(Performance* performance)
|
| : m_private(performance) {}
|
|
|
|
|