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

Unified Diff: xfa/fwl/core/ifwl_app.h

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/fwl/core/ifwl_adapterwidgetmgr.h ('k') | xfa/fwl/core/ifwl_content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/ifwl_app.h
diff --git a/xfa/include/fwl/core/fwl_app.h b/xfa/fwl/core/ifwl_app.h
similarity index 88%
rename from xfa/include/fwl/core/fwl_app.h
rename to xfa/fwl/core/ifwl_app.h
index 7904ee89f5023ed1caea7f01ed4cbd02650beac6..ed1fd673b22900e7e2206ece2647ab1d250d2309 100644
--- a/xfa/include/fwl/core/fwl_app.h
+++ b/xfa/fwl/core/ifwl_app.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_CORE_FWL_APP_H_
-#define XFA_INCLUDE_FWL_CORE_FWL_APP_H_
+#ifndef XFA_FWL_CORE_IFWL_APP_H_
+#define XFA_FWL_CORE_IFWL_APP_H_
#include "core/fxcrt/include/fx_string.h"
-#include "xfa/include/fwl/core/fwl_thread.h"
+#include "xfa/fwl/core/ifwl_notethread.h"
class IFWL_AdapterNative;
class IFWL_Widget;
@@ -31,6 +31,7 @@ class IFWL_App : public IFWL_NoteThread {
private:
IFWL_App() {}
};
+
IFWL_App* FWL_GetApp();
void FWL_SetApp(IFWL_App* pApp);
IFWL_AdapterNative* FWL_GetAdapterNative();
@@ -41,4 +42,4 @@ extern FWL_ERR FWL_Execute(const CFX_WideStringC& wsExecutable,
FWL_ERR FWL_SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen);
FX_BOOL FWL_AppIsActived();
-#endif // XFA_INCLUDE_FWL_CORE_FWL_APP_H_
+#endif // XFA_FWL_CORE_IFWL_APP_H_
« no previous file with comments | « xfa/fwl/core/ifwl_adapterwidgetmgr.h ('k') | xfa/fwl/core/ifwl_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698