chromium/third_party/blink/renderer/core/layout/list/layout_inline_list_item.cc

// 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/layout/list/layout_inline_list_item.h"

#include "third_party/blink/renderer/core/layout/layout_view.h"
#include "third_party/blink/renderer/core/layout/list/list_marker.h"

namespace blink {

LayoutInlineListItem::LayoutInlineListItem(Element* element)
    :{}

void LayoutInlineListItem::WillBeDestroyed() {}

const char* LayoutInlineListItem::GetName() const {}

void LayoutInlineListItem::InsertedIntoTree() {}

void LayoutInlineListItem::WillBeRemovedFromTree() {}

LayoutObject* LayoutInlineListItem::Marker() const {}

void LayoutInlineListItem::UpdateMarkerTextIfNeeded() {}

void LayoutInlineListItem::StyleDidChange(StyleDifference diff,
                                          const ComputedStyle* old_style) {}

void LayoutInlineListItem::UpdateCounterStyle() {}

int LayoutInlineListItem::Value() const {}

void LayoutInlineListItem::OrdinalValueChanged() {}

void LayoutInlineListItem::SubtreeDidChange() {}

}  // namespace blink