#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) { … }
}