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 cd56537ea910464925457528c0340c59e0091624..7b9644c2dd7c819ab12964d7a9cb499ccc6d3d9e 100644 |
--- a/third_party/WebKit/Source/core/timing/PerformanceBase.h |
+++ b/third_party/WebKit/Source/core/timing/PerformanceBase.h |
@@ -65,6 +65,8 @@ public: |
double timeOrigin() const { return m_timeOrigin; } |
+ static double clampTimeResolution(double timeSeconds); |
+ |
PerformanceEntryVector getEntries() const; |
PerformanceEntryVector getEntriesByType(const String& entryType); |
PerformanceEntryVector getEntriesByName(const String& name, const String& entryType); |