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

Unified Diff: Source/core/dom/DOMPointInit.idl

Issue 558163002: Add DOMPointInit (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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/dom/DOMPoint.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMPointInit.idl
diff --git a/Source/core/page/EventSourceInit.idl b/Source/core/dom/DOMPointInit.idl
similarity index 55%
copy from Source/core/page/EventSourceInit.idl
copy to Source/core/dom/DOMPointInit.idl
index 39c9157feed42658c2afad12c1e75dd40a983f33..6c8ddafd4b6afb2a4ff551b9c335704540fe34b8 100644
--- a/Source/core/page/EventSourceInit.idl
+++ b/Source/core/dom/DOMPointInit.idl
@@ -4,6 +4,9 @@
haraken 2014/09/10 15:37:40 Add a link to the spec.
bashi 2014/09/12 04:16:14 Done.
[
GarbageCollected
-] dictionary EventSourceInit {
- boolean withCredentials = false;
+] dictionary DOMPointInit {
+ unrestricted double x = 0;
+ unrestricted double y = 0;
+ unrestricted double z = 0;
+ unrestricted double w = 1;
};
« no previous file with comments | « Source/core/dom/DOMPoint.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698