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

Unified Diff: xfa/src/fwl/src/core/include/fwl_gridimp.h

Issue 1746053003: Remove foxitlib.h and foxitxfa.h and IWYU. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanup Created 4 years, 10 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/src/fwl/src/core/fwl_widgetmgrimp.cpp ('k') | xfa/src/fwl/src/lightwidget/app.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fwl/src/core/include/fwl_gridimp.h
diff --git a/xfa/src/fwl/src/core/include/fwl_gridimp.h b/xfa/src/fwl/src/core/include/fwl_gridimp.h
index f2e4e74bb034c574d1204b2a60d2a2673f09cf63..54f4e5046da11f888352cf8eb20b0e01f85407e2 100644
--- a/xfa/src/fwl/src/core/include/fwl_gridimp.h
+++ b/xfa/src/fwl/src/core/include/fwl_gridimp.h
@@ -10,6 +10,7 @@
#include "xfa/include/fwl/core/fwl_app.h"
#include "xfa/include/fwl/core/fwl_content.h"
#include "xfa/include/fwl/core/fwl_grid.h"
+#include "xfa/src/fwl/src/core/include/fwl_contentimp.h"
class CFWL_GridLength {
public:
@@ -19,6 +20,7 @@ class CFWL_GridLength {
FX_FLOAT fLength;
FWL_GRIDUNIT eUnit;
};
+
class CFWL_GridColRow {
public:
CFWL_GridColRow()
@@ -33,6 +35,7 @@ class CFWL_GridColRow {
FX_FLOAT m_fActualSize;
FX_FLOAT m_fActualPos;
};
+
class CFWL_GridWidgetInfo {
public:
CFWL_GridWidgetInfo()
@@ -67,6 +70,7 @@ class CFWL_GridWidgetInfo {
FX_FLOAT m_fActualWidth;
FX_FLOAT m_fActualHeight;
};
+
class CFWL_GridImp : public CFWL_ContentImp {
public:
CFWL_GridImp(const CFWL_WidgetImpProperties& properties, IFWL_Widget* pOuter);
@@ -178,6 +182,7 @@ class CFWL_GridImp : public CFWL_ContentImp {
CFWL_GridLength m_Size[6];
friend class CFWL_GridImpDelegate;
};
+
class CFWL_GridImpDelegate : public CFWL_WidgetImpDelegate {
public:
CFWL_GridImpDelegate(CFWL_GridImp* pOwner);
« no previous file with comments | « xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp ('k') | xfa/src/fwl/src/lightwidget/app.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698