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

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

Issue 1949343002: [Obsolete] Typed CSSOM: Prefix LengthValue, CalcLength and SimpleLength with "CSS" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename layout test files Created 4 years, 7 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
Index: third_party/WebKit/Source/core/css/cssom/Perspective.idl
diff --git a/third_party/WebKit/Source/core/css/cssom/Perspective.idl b/third_party/WebKit/Source/core/css/cssom/Perspective.idl
index 6baedaaf54c5517a4cf5c3f52f0fe6ab6045f874..92fdf4def9438d73e19a35c76d50451eea6637c1 100644
--- a/third_party/WebKit/Source/core/css/cssom/Perspective.idl
+++ b/third_party/WebKit/Source/core/css/cssom/Perspective.idl
@@ -3,10 +3,10 @@
// found in the LICENSE file.
[
- Constructor(LengthValue length),
+ Constructor(CSSLengthValue length),
ImplementedAs=PerspectiveTransformComponent,
RuntimeEnabled=CSSTypedOM,
RaisesException=Constructor
] interface Perspective : TransformComponent {
- readonly attribute LengthValue length;
+ readonly attribute CSSLengthValue length;
};

Powered by Google App Engine
This is Rietveld 408576698