Index: xfa/fwl/core/ifwl_widget.h |
diff --git a/xfa/fwl/core/ifwl_widget.h b/xfa/fwl/core/ifwl_widget.h |
index ea57c4e3fa60ae45540940b72ac7677e6370a9e3..62f7155c5d2050a046aa15d37b11d0ea851d152b 100644 |
--- a/xfa/fwl/core/ifwl_widget.h |
+++ b/xfa/fwl/core/ifwl_widget.h |
@@ -61,7 +61,7 @@ class IFWL_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(IFWL_Widget* pWidget, FX_FLOAT& fx, FX_FLOAT& fy); |
FWL_ERR TransformTo(IFWL_Widget* pWidget, CFX_RectF& rt); |
FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE); |