| Index: xfa/fxfa/include/xfa_ffpageview.h
|
| diff --git a/xfa/fxfa/include/xfa_ffpageview.h b/xfa/fxfa/include/xfa_ffpageview.h
|
| index 79b0afb602df8b78375cae030e1b0ade265fb6ac..124c8db4d2726982d25fc1f40aa922952e1d90a4 100644
|
| --- a/xfa/fxfa/include/xfa_ffpageview.h
|
| +++ b/xfa/fxfa/include/xfa_ffpageview.h
|
| @@ -25,9 +25,8 @@ class CXFA_FFPageView : public CXFA_ContainerLayoutItem {
|
| int32_t iRotate) const;
|
| IXFA_WidgetIterator* CreateWidgetIterator(
|
| uint32_t dwTraverseWay = XFA_TRAVERSEWAY_Form,
|
| - uint32_t dwWidgetFilter = XFA_WIDGETFILTER_Visible |
|
| - XFA_WIDGETFILTER_Viewable |
|
| - XFA_WIDGETFILTER_AllType);
|
| + uint32_t dwWidgetFilter = XFA_WidgetStatus_Visible |
|
| + XFA_WidgetStatus_Viewable);
|
|
|
| protected:
|
| CXFA_FFDocView* const m_pDocView;
|
|
|