// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "third_party/blink/renderer/core/style/computed_grid_template_areas.h" namespace blink { // static NamedGridLinesMap ComputedGridTemplateAreas::CreateImplicitNamedGridLinesFromGridArea( const NamedGridAreaMap& named_areas, GridTrackSizingDirection direction) { … } ComputedGridTemplateAreas::ComputedGridTemplateAreas( const NamedGridAreaMap& named_areas, wtf_size_t row_count, wtf_size_t column_count) : … { … } } // namespace blink