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

Unified Diff: third_party/WebKit/public/web/WebPerformance.h

Issue 2039363003: FirstMeaningfulPaint UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 4 months 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/public/web/WebPerformance.h
diff --git a/third_party/WebKit/public/web/WebPerformance.h b/third_party/WebKit/public/web/WebPerformance.h
index 378b1a8b7f33d81af44861e8f433eca802c5941f..080b70aad1954fefa724d8118e9fa095c826c55b 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -90,6 +90,7 @@ public:
BLINK_EXPORT double firstTextPaint() const;
BLINK_EXPORT double firstImagePaint() const;
BLINK_EXPORT double firstContentfulPaint() const;
+ BLINK_EXPORT double firstMeaningfulPaint() const;
BLINK_EXPORT double parseStart() const;
BLINK_EXPORT double parseStop() const;
BLINK_EXPORT double parseBlockedOnScriptLoadDuration() const;

Powered by Google App Engine
This is Rietveld 408576698