From 9f7f7f8773410020fbea2be87917591cddd86aab Mon Sep 17 00:00:00 2001 From: tsepez Date: Wed, 26 Oct 2016 18:58:39 -0700 Subject: Fix some FX_BOOL / int noise in xfa Review-Url: https://codereview.chromium.org/2453983002 --- xfa/fwl/core/ifwl_picturebox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fwl/core/ifwl_picturebox.h') diff --git a/xfa/fwl/core/ifwl_picturebox.h b/xfa/fwl/core/ifwl_picturebox.h index cfc32c0ba5..434b3cff29 100644 --- a/xfa/fwl/core/ifwl_picturebox.h +++ b/xfa/fwl/core/ifwl_picturebox.h @@ -62,8 +62,8 @@ class IFWL_PictureBox : public IFWL_Widget { void DrawBkground(CFX_Graphics* pGraphics, IFWL_ThemeProvider* pTheme, const CFX_Matrix* pMatrix = nullptr); + bool VStyle(uint32_t dwStyle); - FX_BOOL VStyle(FX_BOOL dwStyle); CFX_RectF m_rtClient; CFX_RectF m_rtImage; CFX_Matrix m_matrix; -- cgit v1.2.3