chromium/ui/views/controls/link_fragment.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "ui/views/controls/link_fragment.h"

#include <string>

#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/views/controls/focus_ring.h"
#include "ui/views/controls/link.h"
#include "ui/views/style/typography.h"
#include "ui/views/view_utils.h"

namespace views {

LinkFragment::LinkFragment(const std::u16string& title,
                           int text_context,
                           int text_style,
                           LinkFragment* other_fragment)
    :{}

LinkFragment::~LinkFragment() {}

void LinkFragment::Connect(LinkFragment* other_fragment) {}

void LinkFragment::Disconnect() {}

bool LinkFragment::IsUnderlined() const {}

void LinkFragment::RecalculateFont() {}

BEGIN_METADATA()

}  // namespace views