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

Unified Diff: Source/core/timing/DOMHighResTimeStamp.idl

Issue 1219673003: Sync core/timing/ interfaces with their specs, or lack thereof (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « Source/core/timing/ConsoleMemory.idl ('k') | Source/core/timing/MemoryInfo.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/timing/DOMHighResTimeStamp.idl
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/core/timing/DOMHighResTimeStamp.idl
similarity index 63%
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl
copy to Source/core/timing/DOMHighResTimeStamp.idl
index fc66cc8d9a905f64723a05065d055c7281fae321..e41c93a915a12e1b86a5c6377d75e60307ebc1d3 100644
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl
+++ b/Source/core/timing/DOMHighResTimeStamp.idl
@@ -2,6 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-dictionary BeforeInstallPromptEventInit : EventInit {
- sequence<DOMString> platforms;
-};
+// https://w3c.github.io/hr-time/#sec-DOMHighResTimeStamp
+
+typedef double DOMHighResTimeStamp;
« no previous file with comments | « Source/core/timing/ConsoleMemory.idl ('k') | Source/core/timing/MemoryInfo.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698