blob: 7bdf2de14bf49ed8f4d3e14e4dd14fa4b3740526 [file] [log] [blame]
// 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/#layoutfragmentrequest
[
Exposed=LayoutWorklet,
ImplementedAs=CustomLayoutFragmentRequest,
RuntimeEnabled=CSSLayoutAPI
]
interface LayoutFragmentRequest {
};