| Index: xfa/fxgraphics/cfx_shading.cpp
|
| diff --git a/xfa/fxgraphics/cfx_shading.cpp b/xfa/fxgraphics/cfx_shading.cpp
|
| index 8be8b03e2661aa84319ed37c949278d35dfa29fe..07936302c939fd2a97aca957616b6b974a6208ad 100644
|
| --- a/xfa/fxgraphics/cfx_shading.cpp
|
| +++ b/xfa/fxgraphics/cfx_shading.cpp
|
| @@ -8,8 +8,8 @@
|
|
|
| CFX_Shading::CFX_Shading(const CFX_PointF& beginPoint,
|
| const CFX_PointF& endPoint,
|
| - FX_BOOL isExtendedBegin,
|
| - FX_BOOL isExtendedEnd,
|
| + bool isExtendedBegin,
|
| + bool isExtendedEnd,
|
| const FX_ARGB beginArgb,
|
| const FX_ARGB endArgb)
|
| : m_type(FX_SHADING_Axial),
|
| @@ -28,8 +28,8 @@ CFX_Shading::CFX_Shading(const CFX_PointF& beginPoint,
|
| const CFX_PointF& endPoint,
|
| const FX_FLOAT beginRadius,
|
| const FX_FLOAT endRadius,
|
| - FX_BOOL isExtendedBegin,
|
| - FX_BOOL isExtendedEnd,
|
| + bool isExtendedBegin,
|
| + bool isExtendedEnd,
|
| const FX_ARGB beginArgb,
|
| const FX_ARGB endArgb)
|
| : m_type(FX_SHADING_Radial),
|
|
|