Index: xfa/fwl/core/ifwl_caret.h |
diff --git a/xfa/fwl/core/ifwl_caret.h b/xfa/fwl/core/ifwl_caret.h |
index 5a02d4266c5e2716d76b98bc1ce5dcc2e4ab0e60..dc1d5806adb293f017eaa5b0c20cbd56699afe63 100644 |
--- a/xfa/fwl/core/ifwl_caret.h |
+++ b/xfa/fwl/core/ifwl_caret.h |
@@ -27,8 +27,8 @@ class IFWL_Caret : public IFWL_Widget { |
// IFWL_Widget |
FWL_Type GetClassID() const override; |
- FWL_Error DrawWidget(CFX_Graphics* pGraphics, |
- const CFX_Matrix* pMatrix = nullptr) override; |
+ void DrawWidget(CFX_Graphics* pGraphics, |
+ const CFX_Matrix* pMatrix = nullptr) override; |
void OnProcessMessage(CFWL_Message* pMessage) override; |
void OnDrawWidget(CFX_Graphics* pGraphics, |
const CFX_Matrix* pMatrix) override; |