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

Unified Diff: modules/nfc/NavigatorNFC.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « modules/nfc/NFCWatchOptions.idl ('k') | modules/notifications/Notification.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/nfc/NavigatorNFC.idl
diff --git a/modules/webgl/WebGLVertexArrayObject.idl b/modules/nfc/NavigatorNFC.idl
similarity index 58%
copy from modules/webgl/WebGLVertexArrayObject.idl
copy to modules/nfc/NavigatorNFC.idl
index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..1b6d2e6a0474b9a02c79b3ed249e8f531c2f0843 100644
--- a/modules/webgl/WebGLVertexArrayObject.idl
+++ b/modules/nfc/NavigatorNFC.idl
@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// http://w3c.github.io/web-nfc/
+
[
- RuntimeEnabled=UnsafeES3APIs,
- WillBeGarbageCollected
-] interface WebGLVertexArrayObject {
+ RuntimeEnabled=WebNFC,
+] partial interface Navigator {
+ readonly attribute NFC nfc;
};
« no previous file with comments | « modules/nfc/NFCWatchOptions.idl ('k') | modules/notifications/Notification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698