blob: a517fc2e98ab44ed5bca5d4f7245abd27315a5a7 [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 THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_CURSOR_LIST_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_CURSOR_LIST_H_
#include "third_party/blink/renderer/core/style/cursor_data.h"
#include "third_party/blink/renderer/platform/heap/heap_allocator.h"
namespace blink {
typedef HeapVector<CursorData> CursorList;
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_STYLE_CURSOR_LIST_H_