chromium/cc/paint/skottie_text_property_value.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 "cc/paint/skottie_text_property_value.h"

#include <utility>

#include "base/hash/hash.h"

namespace cc {

SkottieTextPropertyValue::SkottieTextPropertyValue(std::string text,
                                                   gfx::RectF box)
    :{}

SkottieTextPropertyValue::SkottieTextPropertyValue(
    const SkottieTextPropertyValue& other) = default;

SkottieTextPropertyValue& SkottieTextPropertyValue::operator=(
    const SkottieTextPropertyValue& other) = default;

SkottieTextPropertyValue::~SkottieTextPropertyValue() = default;

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

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

void SkottieTextPropertyValue::SetText(std::string text) {}

}  // namespace cc