chromium/ui/accessibility/ax_text_attributes.cc

// Copyright 2019 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/accessibility/ax_text_attributes.h"

namespace ui {

AXTextAttributes::AXTextAttributes() = default;

AXTextAttributes::~AXTextAttributes() = default;

AXTextAttributes::AXTextAttributes(AXTextAttributes&& other)
    :{}

AXTextAttributes& AXTextAttributes::operator=(AXTextAttributes&& other) {}

bool AXTextAttributes::operator==(const AXTextAttributes& other) const {}

bool AXTextAttributes::operator!=(const AXTextAttributes& other) const {}

bool AXTextAttributes::IsUnset() const {}

bool AXTextAttributes::HasTextStyle(
    ax::mojom::TextStyle text_style_enum) const {}

}  // namespace ui