| Index: core/src/fxge/agg/include/fx_agg_driver.h
|
| diff --git a/core/src/fxge/agg/include/fx_agg_driver.h b/core/src/fxge/agg/include/fx_agg_driver.h
|
| index c0b23dddb468e6eb660cc329710e048c4c0cb8e1..77d2f2af6e23a6edd6a7d91e7245447d53d866c1 100644
|
| --- a/core/src/fxge/agg/include/fx_agg_driver.h
|
| +++ b/core/src/fxge/agg/include/fx_agg_driver.h
|
| @@ -4,13 +4,17 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#ifndef FX_AGG_DRIVER_H_
|
| -#define FX_AGG_DRIVER_H_
|
| +#ifndef CORE_SRC_FXGE_AGG_INCLUDE_FX_AGG_DRIVER_H_
|
| +#define CORE_SRC_FXGE_AGG_INCLUDE_FX_AGG_DRIVER_H_
|
|
|
| +#include "core/include/fxge/fx_ge.h"
|
| #include "third_party/agg23/agg_clip_liang_barsky.h"
|
| #include "third_party/agg23/agg_path_storage.h"
|
| #include "third_party/agg23/agg_rasterizer_scanline_aa.h"
|
|
|
| +class CFX_AffineMatrix;
|
| +class CFX_PathData;
|
| +
|
| class CAgg_PathData {
|
| public:
|
| CAgg_PathData() {}
|
| @@ -144,4 +148,4 @@ class CFX_AggDeviceDriver : public IFX_RenderDeviceDriver {
|
| FX_BOOL m_bGroupKnockout;
|
| };
|
|
|
| -#endif // FX_AGG_DRIVER_H_
|
| +#endif // CORE_SRC_FXGE_AGG_INCLUDE_FX_AGG_DRIVER_H_
|
|
|