| Index: third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| diff --git a/third_party/WebKit/Source/core/timing/PerformanceTiming.h b/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| index 1b2fed312992c0aca1c4234d4a689629defe12d9..9aea17eeeab1eb0e474655e52d77d46ee3cddb7e 100644
|
| --- a/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| +++ b/third_party/WebKit/Source/core/timing/PerformanceTiming.h
|
| @@ -107,10 +107,8 @@ class CORE_EXPORT PerformanceTiming final
|
| unsigned long long parseBlockedOnScriptExecutionDuration() const;
|
| unsigned long long parseBlockedOnScriptExecutionFromDocumentWriteDuration()
|
| const;
|
| -
|
| - // Microseconds spend parsing author style sheets before the first contentful
|
| - // paint.
|
| unsigned long long authorStyleSheetParseDurationBeforeFCP() const;
|
| + unsigned long long updateStyleDurationBeforeFCP() const;
|
|
|
| ScriptValue toJSONForBinding(ScriptState*) const;
|
|
|
|
|