aboutsummaryrefslogtreecommitdiff
path: root/xfa/fgas/layout/cfgas_linkuserdata.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 18:05:38 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-12-13 18:05:38 +0000
commite03171e52ec4232369ab3b46e11d3a0abe1eb630 (patch)
tree6a57f6a0948032e6ec387c22d8b462215e6ca1e4 /xfa/fgas/layout/cfgas_linkuserdata.cpp
parent8bbfdf2fca7197a0eccfef7b6fc27c590a44e7f7 (diff)
parent326d96bf5d52fdcf790b467b13f58ba3df3e81e4 (diff)
downloadpdfium-e03171e52ec4232369ab3b46e11d3a0abe1eb630.tar.gz
Change-Id: If925f85c6a039b56ff549fd5327795f57b9cd12c
Diffstat (limited to 'xfa/fgas/layout/cfgas_linkuserdata.cpp')
-rw-r--r--xfa/fgas/layout/cfgas_linkuserdata.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfa/fgas/layout/cfgas_linkuserdata.cpp b/xfa/fgas/layout/cfgas_linkuserdata.cpp
new file mode 100644
index 000000000..cd64034bd
--- /dev/null
+++ b/xfa/fgas/layout/cfgas_linkuserdata.cpp
@@ -0,0 +1,12 @@
+// Copyright 2017 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
+
+#include "xfa/fgas/layout/cfgas_linkuserdata.h"
+
+CFGAS_LinkUserData::CFGAS_LinkUserData(const WideString& wsText)
+ : m_wsURLContent(wsText) {}
+
+CFGAS_LinkUserData::~CFGAS_LinkUserData() = default;