chromium/third_party/blink/renderer/platform/fonts/canvas_rotation_in_vertical.h

// Copyright 2017 The Chromium Authors
// 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_PLATFORM_FONTS_CANVAS_ROTATION_IN_VERTICAL_H_
#define THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_CANVAS_ROTATION_IN_VERTICAL_H_

namespace blink {

enum class CanvasRotationInVertical : char {};

inline bool IsCanvasRotationInVerticalUpright(CanvasRotationInVertical r) {}

inline bool IsCanvasRotationOblque(CanvasRotationInVertical r) {}

}  // namespace blink

#endif  // THIRD_PARTY_BLINK_RENDERER_PLATFORM_FONTS_CANVAS_ROTATION_IN_VERTICAL_H_