blob: 13541397b15c71a0fd1ea954f5980faacfb8d448 [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.
[
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM,
] interface TransformComponent {
readonly attribute DOMString cssString;
boolean is2DComponent();
CSSMatrix asMatrix();
};