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

Unified Diff: Source/core/page/Performance.h

Issue 23367007: Record the reference time when Performance is constructed (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Move to initializer Created 7 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
« no previous file with comments | « no previous file | Source/core/page/Performance.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Performance.h
diff --git a/Source/core/page/Performance.h b/Source/core/page/Performance.h
index ef2e21178546e8f917ea2ef717ee71846f40b5d3..b695b5dabe543b6beb5c4fbe4f6d4890cda01e66 100644
--- a/Source/core/page/Performance.h
+++ b/Source/core/page/Performance.h
@@ -103,6 +103,7 @@ private:
Vector<RefPtr<PerformanceEntry> > m_resourceTimingBuffer;
unsigned m_resourceTimingBufferSize;
+ double m_referenceTime;
RefPtr<UserTiming> m_userTiming;
};
« no previous file with comments | « no previous file | Source/core/page/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698