Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(809)

Unified Diff: fpdfsdk/cpdfsdk_formfillenvironment.h

Issue 2412523002: Cleanup env variable names (Closed)
Patch Set: Cleanup Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: fpdfsdk/cpdfsdk_formfillenvironment.h
diff --git a/fpdfsdk/cpdfsdk_formfillenvironment.h b/fpdfsdk/cpdfsdk_formfillenvironment.h
index e332ba3951deb0ebbc301b492957d89e45ffbe25..dd0e6bffe141973ef370b959cf96b12a4e1d774f 100644
--- a/fpdfsdk/cpdfsdk_formfillenvironment.h
+++ b/fpdfsdk/cpdfsdk_formfillenvironment.h
@@ -92,7 +92,6 @@ class CPDFSDK_FormFillEnvironment
void ClearChangeMark() { m_bChangeMask = FALSE; }
UnderlyingPageType* GetPage(int nIndex);
- CPDFSDK_FormFillEnvironment* GetEnv() { return this; }
void ProcJavascriptFun();
FX_BOOL ProcOpenAction();
@@ -213,7 +212,6 @@ class CPDFSDK_FormFillEnvironment
void JS_docgotoPage(int nPageNum);
FX_BOOL IsJSInitiated() const { return m_pInfo && m_pInfo->m_pJsPlatform; }
- CPDFSDK_FormFillEnvironment* GetSDKDocument() { return this; }
CFX_ByteString GetAppName() const { return ""; }
CFX_SystemHandler* GetSysHandler() const { return m_pSysHandler.get(); }
FPDF_FORMFILLINFO* GetFormFillInfo() const { return m_pInfo; }

Powered by Google App Engine
This is Rietveld 408576698