| Index: xfa/fxfa/parser/cxfa_stroke.h
|
| diff --git a/xfa/fxfa/parser/cxfa_stroke.h b/xfa/fxfa/parser/cxfa_stroke.h
|
| index a3287d2855cd223eae20a1df7c3e1f33a6ea7479..cf941c8f0f975cf2134e8387a8c1a581bb22ddcb 100644
|
| --- a/xfa/fxfa/parser/cxfa_stroke.h
|
| +++ b/xfa/fxfa/parser/cxfa_stroke.h
|
| @@ -21,6 +21,7 @@ class CXFA_Node;
|
|
|
| class CXFA_Stroke : public CXFA_Data {
|
| public:
|
| + CXFA_Stroke() : CXFA_Stroke(nullptr) {}
|
| explicit CXFA_Stroke(CXFA_Node* pNode) : CXFA_Data(pNode) {}
|
|
|
| bool IsCorner() const { return GetElementType() == XFA_Element::Corner; }
|
| @@ -40,6 +41,4 @@ class CXFA_Stroke : public CXFA_Data {
|
| bool SameStyles(CXFA_Stroke stroke, uint32_t dwFlags = 0) const;
|
| };
|
|
|
| -typedef CFX_ArrayTemplate<CXFA_Stroke> CXFA_StrokeArray;
|
| -
|
| #endif // XFA_FXFA_PARSER_CXFA_STROKE_H_
|
|
|