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

Unified Diff: third_party/WebKit/public/web/WebPerformance.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
« no previous file with comments | « third_party/WebKit/Source/web/WebPerformance.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « third_party/WebKit/Source/web/WebPerformance.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698