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

Unified Diff: fpdfsdk/include/formfiller/FFL_ComboBox.h

Issue 1422113003: Fix XFA compilation noise, part 1. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 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/include/formfiller/FFL_ComboBox.h
diff --git a/fpdfsdk/include/formfiller/FFL_ComboBox.h b/fpdfsdk/include/formfiller/FFL_ComboBox.h
index c943511c9744de5bfc3108ebee0ee93962a0d00f..38810500990d3d7ded2c8365747cdf56e9ff47c1 100644
--- a/fpdfsdk/include/formfiller/FFL_ComboBox.h
+++ b/fpdfsdk/include/formfiller/FFL_ComboBox.h
@@ -55,7 +55,7 @@ class CFFL_ComboBox : public CFFL_FormFiller,
// IPWL_Edit_Notify:
void OnAddUndo(CPWL_Edit* pEdit) override;
- virtual FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView);
+ FX_BOOL IsFieldFull(CPDFSDK_PageView* pPageView) override;
Lei Zhang 2015/10/31 02:03:20 // CFFL_FormFiller:
Tom Sepez 2015/11/02 18:03:25 Done.
private:
CFX_WideString GetSelectExportText();
« no previous file with comments | « no previous file | fpdfsdk/include/formfiller/FFL_IFormFiller.h » ('j') | fpdfsdk/include/formfiller/FFL_IFormFiller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698