| Index: xfa/src/fdp/include/fde_brs.h
|
| diff --git a/xfa/src/fdp/include/fde_brs.h b/xfa/src/fdp/include/fde_brs.h
|
| index f68da73a77afba5f1f69447dfcc4b803fbef70d7..d3d9fc8610973bf7b6eee5c717564f71af7bbaf5 100644
|
| --- a/xfa/src/fdp/include/fde_brs.h
|
| +++ b/xfa/src/fdp/include/fde_brs.h
|
| @@ -25,11 +25,10 @@ class IFDE_LinearGradientBrush;
|
| #define FDE_WRAPMODE_TileFlipY 2
|
| #define FDE_WRAPMODE_TileFlipXY 3
|
| #define FDE_WRAPMODE_Clamp 4
|
| -typedef struct _FDE_GRADIENTCOLOR {
|
| +struct FDE_GRADIENTCOLOR {
|
| FX_FLOAT pos;
|
| FX_ARGB color;
|
| -} FDE_GRADIENTCOLOR, *FDE_LPGRADIENTCOLOR;
|
| -typedef FDE_GRADIENTCOLOR const* FDE_LPCGRADIENTCOLOR;
|
| +};
|
| typedef CFX_ArrayTemplate<FDE_GRADIENTCOLOR> CFDE_GradientColors;
|
| class IFDE_Brush {
|
| public:
|
|
|