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

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

Issue 2593853002: Remove unnecessary wrapper on DomHighResTimestamp, and clamp resolution to 1 millisecond (Closed)
Patch Set: address format nit Created 4 years 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 2418bd6a42aac785a0d8885c25cdad7582ee5fe6..82d8590a787fd0325117cc1881cbd2f18e1df2be 100644
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h
@@ -78,7 +78,6 @@ class CORE_EXPORT PerformanceBase : public EventTargetWithInlineData {
// document's time origin and has a time resolution that is safe for
// exposing to web.
DOMHighResTimeStamp monotonicTimeToDOMHighResTimeStamp(double) const;
- double monotonicTimeToDOMHighResTimeStampInMillis(DOMHighResTimeStamp) const;
DOMHighResTimeStamp now() const;
double timeOrigin() const { return m_timeOrigin; }

Powered by Google App Engine
This is Rietveld 408576698