summaryrefslogtreecommitdiff
path: root/core/fxcrt/css/cfx_cssvalue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxcrt/css/cfx_cssvalue.cpp')
-rw-r--r--core/fxcrt/css/cfx_cssvalue.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/fxcrt/css/cfx_cssvalue.cpp b/core/fxcrt/css/cfx_cssvalue.cpp
new file mode 100644
index 0000000000..a55fc742b0
--- /dev/null
+++ b/core/fxcrt/css/cfx_cssvalue.cpp
@@ -0,0 +1,9 @@
+// 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(CFX_CSSPrimitiveType type) : m_value(type) {}