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

Unified Diff: fpdfsdk/include/cpdfsdk_widgethandler.h

Issue 2298443002: Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler. (Closed)
Patch Set: Created 4 years, 4 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
« no previous file with comments | « fpdfsdk/include/cpdfsdk_bfannothandler.h ('k') | fpdfsdk/include/cpdfsdk_xfaannothandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/cpdfsdk_widgethandler.h
diff --git a/fpdfsdk/include/cpdfsdk_bfannothandler.h b/fpdfsdk/include/cpdfsdk_widgethandler.h
similarity index 93%
rename from fpdfsdk/include/cpdfsdk_bfannothandler.h
rename to fpdfsdk/include/cpdfsdk_widgethandler.h
index be7e79279d46f7628d5be7bc4c11ac924564ed90..0155967f3a0ff101efb6d7a8524cd51ab13469fa 100644
--- a/fpdfsdk/include/cpdfsdk_bfannothandler.h
+++ b/fpdfsdk/include/cpdfsdk_widgethandler.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_INCLUDE_CPDFSDK_BFANNOTHANDLER_H_
-#define FPDFSDK_INCLUDE_CPDFSDK_BFANNOTHANDLER_H_
+#ifndef FPDFSDK_INCLUDE_CPDFSDK_WIDGETHANDLER_H_
+#define FPDFSDK_INCLUDE_CPDFSDK_WIDGETHANDLER_H_
#include "core/fxcrt/include/fx_basic.h"
#include "core/fxcrt/include/fx_coordinates.h"
@@ -23,10 +23,10 @@ class CPDFSDK_PageView;
class CXFA_FFWidget;
#endif // PDF_ENABLE_XFA
-class CPDFSDK_BFAnnotHandler : public IPDFSDK_AnnotHandler {
+class CPDFSDK_WidgetHandler : public IPDFSDK_AnnotHandler {
public:
- explicit CPDFSDK_BFAnnotHandler(CPDFDoc_Environment* pApp);
- ~CPDFSDK_BFAnnotHandler() override;
+ explicit CPDFSDK_WidgetHandler(CPDFDoc_Environment* pApp);
+ ~CPDFSDK_WidgetHandler() override;
CFX_ByteString GetType() override;
FX_BOOL CanAnswer(CPDFSDK_Annot* pAnnot) override;
@@ -118,4 +118,4 @@ class CPDFSDK_BFAnnotHandler : public IPDFSDK_AnnotHandler {
CFFL_IFormFiller* m_pFormFiller;
};
-#endif // FPDFSDK_INCLUDE_CPDFSDK_BFANNOTHANDLER_H_
+#endif // FPDFSDK_INCLUDE_CPDFSDK_WIDGETHANDLER_H_
« no previous file with comments | « fpdfsdk/include/cpdfsdk_bfannothandler.h ('k') | fpdfsdk/include/cpdfsdk_xfaannothandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698