summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-22 10:20:43 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-22 10:20:43 -0700
commit577ad2c9ea89c721ee1dbb89d1f7e12bb8c333f7 (patch)
tree7e298b611fd4bf07713c35d01c6bc9b900758191 /xfa/fxfa/app
parentbb577af2f17467a55c04fbff21a8f0ec1016601a (diff)
downloadpdfium-577ad2c9ea89c721ee1dbb89d1f7e12bb8c333f7.tar.xz
Move CPDFSDK_Environment code to cpp file
This CL moves the code from the .h file into the .cpp file. Review-Url: https://codereview.chromium.org/2354363003
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r--xfa/fxfa/app/xfa_fftext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_fftext.cpp b/xfa/fxfa/app/xfa_fftext.cpp
index 2e5bb6420d..ad0fdbc42c 100644
--- a/xfa/fxfa/app/xfa_fftext.cpp
+++ b/xfa/fxfa/app/xfa_fftext.cpp
@@ -135,7 +135,7 @@ FX_BOOL CXFA_FFText::OnLButtonUp(uint32_t dwFlags, FX_FLOAT fx, FX_FLOAT fy) {
return FALSE;
}
CXFA_FFDoc* pDoc = GetDoc();
- pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent, FALSE);
+ pDoc->GetDocEnvironment()->GotoURL(pDoc, wsURLContent);
return TRUE;
}
FWL_WidgetHit CXFA_FFText::OnHitTest(FX_FLOAT fx, FX_FLOAT fy) {