| 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; }
|
|
|