| Index: third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl b/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| deleted file mode 100644
|
| index b52535dcf8005400441b0656db80d0a6daff80ed..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/Source/core/css/cssom/TransformValue.idl
|
| +++ /dev/null
|
| @@ -1,13 +0,0 @@
|
| -// Copyright 2016 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| -
|
| -[
|
| - Constructor(),
|
| - Constructor(sequence<CSSTransformComponent> transformComponents),
|
| - Exposed=(Window,PaintWorklet),
|
| - RuntimeEnabled=CSSTypedOM
|
| -] interface TransformValue : CSSStyleValue {
|
| - iterable<CSSTransformComponent>;
|
| - boolean is2D();
|
| -};
|
|
|