blob: c2ad4ea1fa604578cc272c616395b0ae77803639 [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef AppliedTextDecorationList_h
#define AppliedTextDecorationList_h
#include "core/style/AppliedTextDecoration.h"
#include "platform/wtf/RefVector.h"
namespace blink {
typedef RefVector<AppliedTextDecoration> AppliedTextDecorationList;
} // namespace blink
#endif // AppliedTextDecorationList_h