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

Unified Diff: core/css/cssom/NumberValue.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 | « core/css/cssom/Matrix.idl ('k') | core/css/cssom/Perspective.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/css/cssom/NumberValue.idl
diff --git a/modules/webgl/WebGLVertexArrayObject.idl b/core/css/cssom/NumberValue.idl
similarity index 55%
copy from modules/webgl/WebGLVertexArrayObject.idl
copy to core/css/cssom/NumberValue.idl
index bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2..06bc109ef3dcb83c825f5f82ead2daf8af9abdf6 100644
--- a/modules/webgl/WebGLVertexArrayObject.idl
+++ b/core/css/cssom/NumberValue.idl
@@ -3,7 +3,8 @@
// found in the LICENSE file.
[
- RuntimeEnabled=UnsafeES3APIs,
- WillBeGarbageCollected
-] interface WebGLVertexArrayObject {
+ Constructor(double value),
+ RuntimeEnabled=CSSTypedOM
+] interface NumberValue : StyleValue {
+ readonly attribute double value;
};
« no previous file with comments | « core/css/cssom/Matrix.idl ('k') | core/css/cssom/Perspective.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698