| Index: xfa/fwl/lightwidget/cfwl_widget.h
|
| diff --git a/xfa/fwl/lightwidget/cfwl_widget.h b/xfa/fwl/lightwidget/cfwl_widget.h
|
| index f1b6715811295da1414e8ec72e4aa4de45e62539..19b22c6f291961887e7b152e10bc39aeb85390fc 100644
|
| --- a/xfa/fwl/lightwidget/cfwl_widget.h
|
| +++ b/xfa/fwl/lightwidget/cfwl_widget.h
|
| @@ -46,7 +46,7 @@ class CFWL_Widget {
|
| FWL_ERR Update();
|
| FWL_ERR LockUpdate();
|
| FWL_ERR UnlockUpdate();
|
| - uint32_t HitTest(FX_FLOAT fx, FX_FLOAT fy);
|
| + FWL_WidgetHit HitTest(FX_FLOAT fx, FX_FLOAT fy);
|
| FWL_ERR TransformTo(CFWL_Widget* pWidget, FX_FLOAT& fx, FX_FLOAT& fy);
|
| FWL_ERR TransformTo(CFWL_Widget* pWidget, CFX_RectF& rt);
|
| FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
|
|
|