From 577ad2c9ea89c721ee1dbb89d1f7e12bb8c333f7 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 22 Sep 2016 10:20:43 -0700 Subject: 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 --- xfa/fxfa/app/xfa_fftext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/app') 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) { -- cgit v1.2.3