git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Record the reference time when Performance is constructed.
[WebKit-https.git]
/
Source
/
WebCore
/
page
/
Performance.h
diff --git
a/Source/WebCore/page/Performance.h
b/Source/WebCore/page/Performance.h
index
e060c5d
..
76e49b4
100644
(file)
--- a/
Source/WebCore/page/Performance.h
+++ b/
Source/WebCore/page/Performance.h
@@
-103,6
+103,8
@@
private:
unsigned m_resourceTimingBufferSize;
#endif
unsigned m_resourceTimingBufferSize;
#endif
+ double m_referenceTime;
+
#if ENABLE(USER_TIMING)
RefPtr<UserTiming> m_userTiming;
#endif // ENABLE(USER_TIMING)
#if ENABLE(USER_TIMING)
RefPtr<UserTiming> m_userTiming;
#endif // ENABLE(USER_TIMING)