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

Unified Diff: third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl

Issue 2961243002: [CSS Typed OM] Implement FromCSSValue and AsMatrix for CSSTranslation (Closed)
Patch Set: fix test Created 3 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 | « third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl
index 19ed240896cad7662bfc601b1e2bb19f061b6547..3d66384aa22dc3fc18f3cc37afce212cd195d986 100644
--- a/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl
+++ b/third_party/WebKit/Source/core/css/cssom/CSSTranslation.idl
@@ -14,5 +14,5 @@
] interface CSSTranslation : CSSTransformComponent {
[RaisesException=Setter] attribute CSSNumericValue x;
[RaisesException=Setter] attribute CSSNumericValue y;
- [RaisesException=Setter] attribute CSSNumericValue? z;
+ [RaisesException=Setter] attribute CSSNumericValue z;
};
« no previous file with comments | « third_party/WebKit/Source/core/css/cssom/CSSTranslation.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698