| Index: xfa/fxfa/include/xfa_ffwidget.h
|
| diff --git a/xfa/fxfa/include/xfa_ffwidget.h b/xfa/fxfa/include/xfa_ffwidget.h
|
| index 74e4c84c4de4e72f57a925505411adfb89e18e10..783bac5ab455784a8a99376f001ea3a1c777f275 100644
|
| --- a/xfa/fxfa/include/xfa_ffwidget.h
|
| +++ b/xfa/fxfa/include/xfa_ffwidget.h
|
| @@ -119,7 +119,7 @@ class CXFA_FFWidget : public CFX_PrivateData, public CXFA_ContentLayoutItem {
|
| void InvalidateWidget(const CFX_RectF* pRect = NULL);
|
| void AddInvalidateRect(const CFX_RectF* pRect = NULL);
|
| FX_BOOL GetCaptionText(CFX_WideString& wsCap);
|
| - FX_BOOL IsFocused();
|
| + bool IsFocused();
|
| void Rotate2Normal(FX_FLOAT& fx, FX_FLOAT& fy);
|
| void GetRotateMatrix(CFX_Matrix& mt);
|
| FX_BOOL IsLayoutRectEmpty();
|
| @@ -136,7 +136,7 @@ class CXFA_FFWidget : public CFX_PrivateData, public CXFA_ContentLayoutItem {
|
| void GetMinMaxWidth(FX_FLOAT fMinWidth, FX_FLOAT fMaxWidth);
|
| void GetMinMaxHeight(FX_FLOAT fMinHeight, FX_FLOAT fMaxHeight);
|
| void GetRectWithoutRotate(CFX_RectF& rtWidget);
|
| - FX_BOOL IsMatchVisibleStatus(uint32_t dwStatus);
|
| + bool IsMatchVisibleStatus(uint32_t dwStatus);
|
|
|
| void EventKillFocus();
|
| FX_BOOL IsButtonDown();
|
|
|