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

Unified Diff: xfa/include/fxfa/xfa_ffwidget.h

Issue 1857893002: Cleanup the FF Handler proxy methods. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | « xfa/include/fxfa/xfa_ffdochandler.h ('k') | xfa/include/fxfa/xfa_ffwidgethandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/include/fxfa/xfa_ffwidget.h
diff --git a/xfa/fxfa/app/xfa_ffwidget.h b/xfa/include/fxfa/xfa_ffwidget.h
similarity index 98%
rename from xfa/fxfa/app/xfa_ffwidget.h
rename to xfa/include/fxfa/xfa_ffwidget.h
index 84ab926a396247ed18b0fd0f88c7edae414e5dae..70ac91931a29afb3b66cc75bea367ad8229af05d 100644
--- a/xfa/fxfa/app/xfa_ffwidget.h
+++ b/xfa/include/fxfa/xfa_ffwidget.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_APP_XFA_FFWIDGET_H_
-#define XFA_FXFA_APP_XFA_FFWIDGET_H_
+#ifndef XFA_INCLUDE_FXFA_XFA_FFWIDGET_H_
+#define XFA_INCLUDE_FXFA_XFA_FFWIDGET_H_
#include <vector>
@@ -182,4 +182,4 @@ void XFA_DrawBox(CXFA_Box box,
CFX_Matrix* pMatrix,
uint32_t dwFlags = 0);
-#endif // XFA_FXFA_APP_XFA_FFWIDGET_H_
+#endif // XFA_INCLUDE_FXFA_XFA_FFWIDGET_H_
« no previous file with comments | « xfa/include/fxfa/xfa_ffdochandler.h ('k') | xfa/include/fxfa/xfa_ffwidgethandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698