/* * Copyright (c) 2025, Callum Law * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace Web::CSS { struct ComputationContext { Length::ResolutionContext length_resolution_context; }; }