Index: xfa/include/fxfa/fxfa.h |
diff --git a/xfa/include/fxfa/fxfa.h b/xfa/include/fxfa/fxfa.h |
index 191056cd82c0ff3472e1d98805a5174919f99b89..5e9dd0dde89359d5c0362840e81f30dceb31c3b6 100644 |
--- a/xfa/include/fxfa/fxfa.h |
+++ b/xfa/include/fxfa/fxfa.h |
@@ -354,6 +354,7 @@ class IXFA_MenuHandler { |
#define XFA_PRINTOPT_PrintAnnot 0x00000020 |
#define XFA_PAGEVIEWEVENT_PostAdded 1 |
#define XFA_PAGEVIEWEVENT_PostRemoved 3 |
+#define XFA_PAGEVIEWEVENT_StopLayout 4 |
#define XFA_WIDGETEVENT_PostAdded 2 |
#define XFA_WIDGETEVENT_PreRemoved 3 |
#define XFA_WIDGETEVENT_PostContentChanged 6 |