Chromium Code Reviews| Index: third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl |
| diff --git a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js b/third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl |
| similarity index 64% |
| copy from chrome/test/data/extensions/api_test/notifications/api/other_app/index.js |
| copy to third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl |
| index a0762c7c8098f7151687cd17c7786bb3c68f3d8e..6d99a7ddebcd193091cae2858b39574d0d536ede 100644 |
| --- a/chrome/test/data/extensions/api_test/notifications/api/other_app/index.js |
| +++ b/third_party/WebKit/Source/modules/webaudio/AudioTimestamp.idl |
| @@ -2,6 +2,7 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -onload = function() { |
| - chrome.test.sendMessage('visible'); |
| +dictionary AudioTimestamp { |
|
Raymond Toy
2016/11/04 17:51:40
Add link to spec.
Mikhail
2016/11/28 15:15:59
Done.
|
| + double contextTime; |
| + DOMHighResTimeStamp performanceTime; |
| }; |