Index: core/timing/DOMHighResTimeStamp.idl |
diff --git a/core/timing/DOMHighResTimeStamp.idl b/core/timing/DOMHighResTimeStamp.idl |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e41c93a915a12e1b86a5c6377d75e60307ebc1d3 |
--- /dev/null |
+++ b/core/timing/DOMHighResTimeStamp.idl |
@@ -0,0 +1,7 @@ |
+// Copyright 2015 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+// https://w3c.github.io/hr-time/#sec-DOMHighResTimeStamp |
+ |
+typedef double DOMHighResTimeStamp; |