summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/core/layout/ng/custom/css_layout_worklet.idl
blob: 7f6b3ed0d24c5dc614f3f481d822ef58d10e495b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2018 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.

// https://drafts.css-houdini.org/css-layout-api/#dom-css-layoutworklet

[
    ImplementedAs=CSSLayoutWorklet,
    RuntimeEnabled=CSSLayoutAPI,
    MeasureAs=LayoutWorklet,
    SecureContext
] partial interface CSS {
    [CallWith=ScriptState] static readonly attribute Worklet layoutWorklet;
};