Index: core/fpdfdoc/doc_form.cpp |
diff --git a/core/fpdfdoc/doc_form.cpp b/core/fpdfdoc/doc_form.cpp |
index 82fcd4ceebf2f019fd0bfddf059878fe07e4d811..010ed16cad4af441b457bab8f6a101dfccdac66c 100644 |
--- a/core/fpdfdoc/doc_form.cpp |
+++ b/core/fpdfdoc/doc_form.cpp |
@@ -294,10 +294,10 @@ CPDF_InterForm::~CPDF_InterForm() { |
} |
FX_BOOL CPDF_InterForm::s_bUpdateAP = TRUE; |
-FX_BOOL CPDF_InterForm::UpdatingAPEnabled() { |
+FX_BOOL CPDF_InterForm::UpdateAPEnabled() { |
Lei Zhang
2016/07/13 01:48:02
This one is hard to parse. I read it as "Update AP
Lei Zhang
2016/07/13 01:48:02
Can you add some line breaks while you are here?
jaepark
2016/07/13 02:02:57
Done.
jaepark
2016/07/13 02:02:57
Done.
|
return s_bUpdateAP; |
} |
-void CPDF_InterForm::EnableUpdateAP(FX_BOOL bUpdateAP) { |
+void CPDF_InterForm::SetUpdateAP(FX_BOOL bUpdateAP) { |
s_bUpdateAP = bUpdateAP; |
} |
CFX_ByteString CPDF_InterForm::GenerateNewResourceName( |