| Index: xfa/include/fxfa/fxfa_basic.h
|
| diff --git a/xfa/include/fxfa/fxfa_basic.h b/xfa/include/fxfa/fxfa_basic.h
|
| index 39586ee71fc8822579e13cd8afcc1e7155814f91..a93cb455ae83ef5c0c1cce5803ab0cc20bdc7ef8 100644
|
| --- a/xfa/include/fxfa/fxfa_basic.h
|
| +++ b/xfa/include/fxfa/fxfa_basic.h
|
| @@ -970,8 +970,8 @@ CXFA_Measurement XFA_GetAttributeDefaultValue_Measure(XFA_ELEMENT eElement,
|
| struct XFA_ELEMENTHIERARCHY {
|
| FX_WORD wStart;
|
| FX_WORD wCount;
|
| - FX_WORD wParentIndex;
|
| };
|
| +
|
| struct XFA_SCRIPTHIERARCHY {
|
| FX_WORD wMethodStart;
|
| FX_WORD wMethodCount;
|
| @@ -979,6 +979,7 @@ struct XFA_SCRIPTHIERARCHY {
|
| FX_WORD wAttributeCount;
|
| int16_t wParentIndex;
|
| };
|
| +
|
| typedef XFA_SCRIPTHIERARCHY const* XFA_LPCSCRIPTHIERARCHY;
|
| const FX_WORD* XFA_GetElementChildren(XFA_ELEMENT eElement, int32_t& iCount);
|
| const uint8_t* XFA_GetElementAttributes(XFA_ELEMENT eElement, int32_t& iCount);
|
|
|