| Index: xfa/src/fxfa/src/app/xfa_ffdraw.h
|
| diff --git a/xfa/src/fxfa/src/app/xfa_ffdraw.h b/xfa/src/fxfa/src/app/xfa_ffdraw.h
|
| index fba7d4ed8a0102b76e7c25b380d548707ef949c4..24862e5180e365f834033c31737171dff685733b 100644
|
| --- a/xfa/src/fxfa/src/app/xfa_ffdraw.h
|
| +++ b/xfa/src/fxfa/src/app/xfa_ffdraw.h
|
| @@ -7,12 +7,13 @@
|
| #ifndef XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_
|
| #define XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_
|
|
|
| +#include "xfa/src/fxfa/src/app/xfa_ffpageview.h"
|
| +#include "xfa/src/fxfa/src/app/xfa_ffwidget.h"
|
| +
|
| class CXFA_FFDraw : public CXFA_FFWidget {
|
| public:
|
| CXFA_FFDraw(CXFA_FFPageView* pPageView, CXFA_WidgetAcc* pDataAcc);
|
| virtual ~CXFA_FFDraw();
|
| -
|
| - protected:
|
| };
|
|
|
| #endif // XFA_SRC_FXFA_SRC_APP_XFA_FFDRAW_H_
|
|
|