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

Unified Diff: xfa/fwl/theme/cfwl_widgettp.h

Issue 1834323003: Move xfa/include/fwl/{theme,lightwidget} to xfa/fwl (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/fwl/theme/cfwl_widgettp.h
diff --git a/xfa/include/fwl/theme/widgettp.h b/xfa/fwl/theme/cfwl_widgettp.h
similarity index 97%
rename from xfa/include/fwl/theme/widgettp.h
rename to xfa/fwl/theme/cfwl_widgettp.h
index 344f4d303433a68281e9e30c147f5f578c7c1980..03d575a1d94472feed84d964585a9500eb5a86f2 100644
--- a/xfa/include/fwl/theme/widgettp.h
+++ b/xfa/fwl/theme/cfwl_widgettp.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
-#define XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
+#ifndef XFA_FWL_THEME_CFWL_WIDGETTP_H_
+#define XFA_FWL_THEME_CFWL_WIDGETTP_H_
#include <memory>
#include <vector>
@@ -14,7 +14,7 @@
#include "core/fxcrt/include/fx_system.h"
#include "xfa/fwl/core/fwl_error.h"
#include "xfa/fxgraphics/include/cfx_graphics.h"
-#include "xfa/include/fwl/theme/utils.h"
+#include "xfa/fwl/theme/cfwl_utils.h"
class IFWL_Widget;
class IFDE_TextOut;
@@ -217,4 +217,4 @@ class CFWL_FontManager {
std::vector<std::unique_ptr<CFWL_FontData>> m_FontsArray;
};
-#endif // XFA_INCLUDE_FWL_THEME_WIDGETTP_H_
+#endif // XFA_FWL_THEME_CFWL_WIDGETTP_H_

Powered by Google App Engine
This is Rietveld 408576698