Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(714)

Unified Diff: third_party/WebKit/Source/core/timing/PerformanceTiming.h

Issue 2533783003: Add metrics for style update time before FCP. (Closed)
Patch Set: value_or(base::TimeDelta()) Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/timing/PerformanceTiming.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698