| Index: third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl
|
| diff --git a/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3b926a58c6a345f7367914cf3a2db0ad18c05bb1
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/core/css/cssom/CSSMatrixComponentOptions.idl
|
| @@ -0,0 +1,10 @@
|
| +// 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.
|
| +
|
| +// Options for creating a CSSMatrixComponent. See CSSMatrixComponent for usage.
|
| +// Spec: https://drafts.css-houdini.org/css-typed-om/#dictdef-cssmatrixcomponentoptions
|
| +dictionary CSSMatrixComponentOptions {
|
| + boolean is2D = false;
|
| +};
|
| +
|
|
|