// Copyright 2014 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/style/applied_text_decoration.h" namespace blink { AppliedTextDecoration::AppliedTextDecoration(TextDecorationLine line, ETextDecorationStyle style, Color color, TextDecorationThickness thickness, Length underline_offset) : … { … } bool AppliedTextDecoration::operator==(const AppliedTextDecoration& o) const { … } } // namespace blink