chromium/third_party/blink/renderer/core/css/cssom/css_matrix_component_options.idl

// Copyright 2016 The Chromium Authors
// 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;
};