Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: xfa/fwl/cfwl_widget.h

Issue 2564443003: Change CFWL_Widget::GetMatrix to return the matrix (Closed)
Patch Set: Re-add check Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | xfa/fwl/cfwl_widget.cpp » ('j') | xfa/fwl/cfwl_widget.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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; }
« no previous file with comments | « no previous file | xfa/fwl/cfwl_widget.cpp » ('j') | xfa/fwl/cfwl_widget.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698