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

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

Issue 2899023003: buffer paint entries so they can queried with getEntries (Closed)
Patch Set: update test Created 3 years, 7 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/Source/core/timing/PerformanceBase.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceBase.h b/third_party/WebKit/Source/core/timing/PerformanceBase.h
index e223643b6338b1b72178fbd342d7842044019735..ff36a6a3212ed1df661c166637ca66358b665b7b 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -182,6 +182,8 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
PerformanceEntryVector server_timing_buffer_;
Member<PerformanceEntry> navigation_timing_;
Member<UserTiming> user_timing_;
+ Member<PerformanceEntry> first_paint_timing_;
+ Member<PerformanceEntry> first_contentful_paint_timing_;
double time_origin_;

Powered by Google App Engine
This is Rietveld 408576698