diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-23 12:09:25 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-23 12:09:25 -0800 |
commit | 2886a25b68225ad3ad70d417b01108ad1d126488 (patch) | |
tree | 4ba27fdd0cbb9948468ca032fbfbacff2616d728 /xfa/src/fdp/include/fde_brs.h | |
parent | 9976672977d39fc5fe9df2b0110ed977d79609a8 (diff) | |
download | pdfium-2886a25b68225ad3ad70d417b01108ad1d126488.tar.xz |
Remove more _CAPS names
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1726803002 .
Diffstat (limited to 'xfa/src/fdp/include/fde_brs.h')
-rw-r--r-- | xfa/src/fdp/include/fde_brs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/src/fdp/include/fde_brs.h b/xfa/src/fdp/include/fde_brs.h index f68da73a77..d3d9fc8610 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: |