From 50cce609050e1a40e1d6936e0a3f0614b4483eee Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Wed, 24 Feb 2016 09:51:16 -0500 Subject: Fixing whitespace lint errors. This CL enables several of the diabled whitelist/* lint checks. R=thestig@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/1730553002 . --- core/include/fxge/fx_font.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/include') diff --git a/core/include/fxge/fx_font.h b/core/include/fxge/fx_font.h index 044e949ca4..29a4304129 100644 --- a/core/include/fxge/fx_font.h +++ b/core/include/fxge/fx_font.h @@ -134,9 +134,11 @@ class CFX_Font { FX_BOOL m_bVertical; #ifdef PDF_ENABLE_XFA + protected: FX_BOOL m_bLogic; void* m_pOwnedStream; + #endif // PDF_ENABLE_XFA }; -- cgit v1.2.3