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

Unified Diff: public/web/WebPerformance.h

Issue 1314843009: Add DocumentTiming metrics for "time to first text paint" (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « Source/web/WebPerformance.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPerformance.h
diff --git a/public/web/WebPerformance.h b/public/web/WebPerformance.h
index 5364356c5db4eb99b3d37b71a4ca4eea7d6e4064..a5ac3785d1ef4bb57132a931f32ed4e2988e8d9b 100644
--- a/public/web/WebPerformance.h
+++ b/public/web/WebPerformance.h
@@ -85,6 +85,8 @@ public:
BLINK_EXPORT double loadEventStart() const;
BLINK_EXPORT double loadEventEnd() const;
BLINK_EXPORT double firstLayout() const;
+ BLINK_EXPORT double firstNonBlankText() const;
+ BLINK_EXPORT double firstCustomFontText() const;
#if BLINK_IMPLEMENTATION
WebPerformance(const PassRefPtrWillBeRawPtr<Performance>&);
« no previous file with comments | « Source/web/WebPerformance.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698