chromium/third_party/blink/renderer/core/layout/inline/inline_items_data.cc

// Copyright 2017 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/layout/inline/inline_items_data.h"

namespace blink {

void InlineItemsData::GetOpenTagItems(wtf_size_t start_index,
                                      wtf_size_t size,
                                      OpenTagItems* open_items) const {}

#if DCHECK_IS_ON()
void InlineItemsData::CheckConsistency() const {}
#endif

void InlineItemsData::Trace(Visitor* visitor) const {}

}  // namespace blink