blob: 654ba9ed0e7d7e1eb965b350cbc24072238a2708 [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.
[
Constructor(double ax, double ay),
Exposed=(Window,PaintWorklet),
RuntimeEnabled=CSSTypedOM
] interface CSSSkew : TransformComponent {
readonly attribute double ax;
readonly attribute double ay;
};