chromium/third_party/pdfium/core/fxcrt/css/cfx_css.h

// Copyright 2014 The PDFium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#ifndef CORE_FXCRT_CSS_CFX_CSS_H_
#define CORE_FXCRT_CSS_CFX_CSS_H_

#include <stdint.h>

#include <type_traits>

enum CFX_CSSVALUETYPE {};
CFX_CSSValueTypeMask;

#undef CSS_PROP____
#define CSS_PROP____
enum class CFX_CSSProperty : uint8_t {};
#undef CSS_PROP____

#undef CSS_PROP_VALUE____
#define CSS_PROP_VALUE____
enum class CFX_CSSPropertyValue : uint8_t {};
#undef CSS_PROP_VALUE____

enum class CFX_CSSLengthUnit : uint8_t {};

enum class CFX_CSSDisplay : uint8_t {};

enum class CFX_CSSFontStyle : uint8_t {};

enum class CFX_CSSTextAlign : uint8_t {};

enum class CFX_CSSVerticalAlign : uint8_t {};

enum class CFX_CSSFontVariant : uint8_t {};

enum class CFX_CSSTEXTDECORATION : uint8_t {};

class CFX_CSSLength {};

class CFX_CSSRect {};

#endif  // CORE_FXCRT_CSS_CFX_CSS_H_