blob: 3b926a58c6a345f7367914cf3a2db0ad18c05bb1 [file] [log] [blame]
// 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;
};