| Index: third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl b/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
|
| similarity index 51%
|
| copy from third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| copy to third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
|
| index 8173d5e004b40a480a2ec31406aa891e5fe4eeb4..b0160127783549990c2d04e2061666572e21c2f7 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/CSSTransformComponent.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSImageValue.idl
|
| @@ -5,8 +5,9 @@
|
| [
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM,
|
| -] interface CSSTransformComponent {
|
| - readonly attribute DOMString cssText;
|
| - boolean is2D();
|
| - CSSMatrixTransformComponent asMatrix();
|
| + ImplementedAs=CSSStyleImageValue
|
| +] interface CSSImageValue : CSSResourceValue {
|
| + readonly attribute double? intrinsicWidth;
|
| + readonly attribute double? intrinsicHeight;
|
| + readonly attribute double? intrinsicRatio;
|
| };
|
|
|