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

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

Issue 2615533002: Remove duplicate domHighResTimestamp conversion in NavigationTiming (Closed)
Patch Set: fixed layout test failures Created 3 years, 11 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/PerformanceEntry.h
diff --git a/third_party/WebKit/Source/core/timing/PerformanceEntry.h b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
index 3abb644dda4189d496bf00ce65e6020d9086a512..06e7a923ccc65bb9dc3a3f30e829acbfd08cc6d0 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceEntry.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceEntry.h
@@ -34,6 +34,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CoreExport.h"
+#include "core/dom/DOMHighResTimeStamp.h"
#include "platform/heap/Handle.h"
#include "wtf/text/WTFString.h"
@@ -68,8 +69,8 @@ class CORE_EXPORT PerformanceEntry
String name() const;
String entryType() const;
- double startTime() const;
- double duration() const;
+ DOMHighResTimeStamp startTime() const;
+ DOMHighResTimeStamp duration() const;
ScriptValue toJSONForBinding(ScriptState*) const;
« no previous file with comments | « third_party/WebKit/Source/core/timing/PerformanceBase.cpp ('k') | third_party/WebKit/Source/core/timing/PerformanceEntry.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698