blob: f8da462c4000ab87b6dfd2fb7b8bb5fd177754ff [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.
[
RuntimeEnabled=CSSTypedOM,
GarbageCollected
] interface TransformComponent {
readonly attribute DOMString cssString;
boolean is2DComponent();
[NewObject] Matrix asMatrix();
};