blob: aa3ae7d453b7e350838c75e738ac56bdbb08a53a [file] [log] [blame]
// Copyright 2019 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/#dictdef-intrinsicsizesresultoptions
dictionary IntrinsicSizesResultOptions {
double minContentSize = 0;
double maxContentSize = 0;
};