| Index: xfa/fxgraphics/include/cfx_graphics.h
|
| diff --git a/xfa/fxgraphics/include/cfx_graphics.h b/xfa/fxgraphics/include/cfx_graphics.h
|
| index 3f969432eaaaa3791baeed21e8c1039e49a65356..1c2cb354cc25509ee15a8bac65c2f8c3a54cbc9c 100644
|
| --- a/xfa/fxgraphics/include/cfx_graphics.h
|
| +++ b/xfa/fxgraphics/include/cfx_graphics.h
|
| @@ -180,16 +180,7 @@ class CFX_Graphics {
|
|
|
| private:
|
| struct TInfo {
|
| - TInfo()
|
| - : isAntialiasing(TRUE),
|
| - strokeAlignment(FX_STROKEALIGNMENT_Center),
|
| - isActOnDash(FALSE),
|
| - strokeColor(nullptr),
|
| - fillColor(nullptr),
|
| - font(nullptr),
|
| - fontSize(40.0),
|
| - fontHScale(1.0),
|
| - fontSpacing(0.0) {}
|
| + TInfo();
|
| explicit TInfo(const TInfo& info);
|
| TInfo& operator=(const TInfo& other);
|
|
|
|
|