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

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

Issue 1857903002: Record parser blocking time for scripts inserted via doc.write (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 d32daaaed17f3519f57ec3bd3dee7d43d6920889..dbe7620eb9b815a6c2280abf79d31a784a9aaaf2 100644
--- a/third_party/WebKit/public/web/WebPerformance.h
+++ b/third_party/WebKit/public/web/WebPerformance.h
@@ -93,6 +93,7 @@ public:
BLINK_EXPORT double parseStart() const;
BLINK_EXPORT double parseStop() const;
BLINK_EXPORT double parseBlockedOnScriptLoadDuration() const;
+ BLINK_EXPORT double parseBlockedOnScriptLoadFromDocumentWriteDuration() const;
#if BLINK_IMPLEMENTATION
WebPerformance(const RawPtr<Performance>&);

Powered by Google App Engine
This is Rietveld 408576698