blob: 1ffabf55cc41bff10683d095464e354ee1fc1da4 [file] [log] [blame]
// Copyright 2017 PDFium Authors. All rights reserved.
// 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
#include "core/fxcrt/css/cfx_cssvalue.h"
CFX_CSSValue::CFX_CSSValue(PrimitiveType type) : m_value(type) {}
CFX_CSSValue::~CFX_CSSValue() = default;