| Index: xfa/fde/fde_brush.h
|
| diff --git a/xfa/fde/fde_brush.h b/xfa/fde/fde_brush.h
|
| index 924ef62c12ded2da3b9399b7f96db2f6b5f7245c..b62f7d99ef27a592798c77b049e3de1d29b155d8 100644
|
| --- a/xfa/fde/fde_brush.h
|
| +++ b/xfa/fde/fde_brush.h
|
| @@ -10,8 +10,6 @@
|
| #include "core/fxcrt/include/fx_system.h"
|
| #include "core/fxge/include/fx_dib.h"
|
|
|
| -class IFDE_Image;
|
| -
|
| #define FDE_BRUSHTYPE_Unknown -1
|
| #define FDE_BRUSHTYPE_Solid 0
|
| #define FDE_BRUSHTYPE_Hatch 1
|
| @@ -119,8 +117,6 @@ class IFDE_HatchBrush : public IFDE_Brush {
|
|
|
| class IFDE_TextureBrush : public IFDE_Brush {
|
| public:
|
| - virtual IFDE_Image* GetImage() const = 0;
|
| - virtual void SetImage(IFDE_Image* pImage, FX_BOOL bAutoRelease) = 0;
|
| virtual int32_t GetWrapMode() const = 0;
|
| virtual void SetWrapMode(int32_t iWrapMode) = 0;
|
| };
|
|
|