Index: xfa/fwl/core/ifwl_scrollbar.h |
diff --git a/xfa/fwl/core/ifwl_scrollbar.h b/xfa/fwl/core/ifwl_scrollbar.h |
index 15b1b95f0e3fdac3ae964f0744dd9837f865cf12..07393a9040a1e941a9c51b4248f449f62a46eb35 100644 |
--- a/xfa/fwl/core/ifwl_scrollbar.h |
+++ b/xfa/fwl/core/ifwl_scrollbar.h |
@@ -43,10 +43,10 @@ class IFWL_ScrollBar : public IFWL_Widget { |
// IFWL_Widget |
FWL_Type GetClassID() const override; |
- FWL_Error GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false) override; |
- FWL_Error Update() override; |
- FWL_Error DrawWidget(CFX_Graphics* pGraphics, |
- const CFX_Matrix* pMatrix = nullptr) override; |
+ void GetWidgetRect(CFX_RectF& rect, bool bAutoSize = false) override; |
+ void Update() 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; |