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..00b346e1f33100281f58b696f65460867395c0f5 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_WidgetHitTest 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); |