diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-12-04 15:24:21 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-12-04 15:24:21 -0800 |
commit | 95b63150eabb90b9cc5181f070f49faabfc2c7de (patch) | |
tree | 683fb0eb8512a70177dfe1b61436df82acdbae87 /xfa/include | |
parent | b54ced58fa30b3e85b2a955d25c974532131ed55 (diff) | |
download | pdfium-95b63150eabb90b9cc5181f070f49faabfc2c7de.tar.xz |
Tidy fwl_widgetimp.cpp.
Remove some dead code.
Add missing consts.
Convert some integer expressions to bools for return.
Remove expression (with bad cast) that can't happen.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1496323004 .
Diffstat (limited to 'xfa/include')
-rw-r--r-- | xfa/include/fwl/lightwidget/widget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/include/fwl/lightwidget/widget.h b/xfa/include/fwl/lightwidget/widget.h index 06c425edec..97096a783c 100644 --- a/xfa/include/fwl/lightwidget/widget.h +++ b/xfa/include/fwl/lightwidget/widget.h @@ -80,8 +80,6 @@ class CFWL_Widget { FWL_ERR GetMatrix(CFX_Matrix& matrix, FX_BOOL bGlobal = FALSE);
FWL_ERR SetMatrix(const CFX_Matrix& matrix);
FWL_ERR DrawWidget(CFX_Graphics* pGraphics, const CFX_Matrix* pMatrix = NULL);
- FWL_ERR GetProperties(CFWL_WidgetProperties& properties);
- FWL_ERR SetProperties(const CFWL_WidgetProperties& properties);
IFWL_WidgetDelegate* SetDelegate(IFWL_WidgetDelegate* pDelegate);
FWL_ERR Repaint(const CFX_RectF* pRect = NULL);
FWL_ERR SetFocus(FX_BOOL bFocus);
|