Index: xfa/fwl/cfwl_widget.h |
diff --git a/xfa/fwl/cfwl_widget.h b/xfa/fwl/cfwl_widget.h |
index 5046aab888327b309765117d6cf77bb8b9741ce3..e2fce0e1acaa617f2be48919e1ba2a4fb1d5ab77 100644 |
--- a/xfa/fwl/cfwl_widget.h |
+++ b/xfa/fwl/cfwl_widget.h |
@@ -91,7 +91,7 @@ class CFWL_Widget : public IFWL_WidgetDelegate { |
} |
void TransformTo(CFWL_Widget* pWidget, FX_FLOAT& fx, FX_FLOAT& fy); |
- void GetMatrix(CFX_Matrix& matrix, bool bGlobal); |
+ CFX_Matrix GetMatrix(); |
Tom Sepez
2016/12/08 19:23:07
nit: is this const method?
dsinclair
2016/12/08 22:00:14
Done.
dsinclair
2016/12/09 03:44:38
Patchset deleted, ripples were not good.
|
IFWL_ThemeProvider* GetThemeProvider() const; |
void SetDelegate(IFWL_WidgetDelegate* delegate) { m_pDelegate = delegate; } |