| Index: third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| similarity index 88%
|
| rename from third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| rename to third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| index b52535dcf8005400441b0656db80d0a6daff80ed..710c2b65b7dd1c1eb0429e740f9a31158fabcf1b 100644
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSTransformValue.idl
|
| @@ -7,7 +7,7 @@
|
| Constructor(sequence<CSSTransformComponent> transformComponents),
|
| Exposed=(Window,PaintWorklet),
|
| RuntimeEnabled=CSSTypedOM
|
| -] interface TransformValue : CSSStyleValue {
|
| +] interface CSSTransformValue : CSSStyleValue {
|
| iterable<CSSTransformComponent>;
|
| boolean is2D();
|
| };
|
|
|