| Index: third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl b/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
|
| similarity index 60%
|
| copy from third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| copy to third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
|
| index 674404923a2844254a5a366416bcb9398c124333..0b938ba7fe0dfa5f823aed89f873891875b19746 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSSkew.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSURLImageValue.idl
|
| @@ -3,10 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(double ax, double ay),
|
| + Constructor(DOMString url),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface CSSSkew : CSSTransformComponent {
|
| - readonly attribute double ax;
|
| - readonly attribute double ay;
|
| +] interface CSSURLImageValue : CSSImageValue {
|
| + readonly attribute DOMString url;
|
| };
|
|
|