From 8e49f3fce1a56634284b254a0dc2d329da349355 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Thu, 18 Oct 2018 20:51:54 +0000 Subject: Do IWYU in core/fxcrt/css and fix lint errors. Change-Id: I6d2b35849e9f1935277986b6c72e6f507d976974 Reviewed-on: https://pdfium-review.googlesource.com/c/43948 Commit-Queue: Lei Zhang Reviewed-by: Ryan Harrison --- core/fxcrt/css/cfx_csscomputedstyle.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/fxcrt/css/cfx_csscomputedstyle.h') diff --git a/core/fxcrt/css/cfx_csscomputedstyle.h b/core/fxcrt/css/cfx_csscomputedstyle.h index f97f3f1d7d..d4959eef06 100644 --- a/core/fxcrt/css/cfx_csscomputedstyle.h +++ b/core/fxcrt/css/cfx_csscomputedstyle.h @@ -12,6 +12,7 @@ #include "core/fxcrt/css/cfx_css.h" #include "core/fxcrt/css/cfx_csscustomproperty.h" #include "core/fxcrt/fx_string.h" +#include "core/fxge/fx_dib.h" class CFX_CSSValueList; @@ -94,7 +95,7 @@ class CFX_CSSComputedStyle final : public Retainable { void SetLetterSpacing(const CFX_CSSLength& letterSpacing); void AddCustomStyle(const CFX_CSSCustomProperty& prop); - bool GetCustomStyle(const WideString& wsName, WideString& wsValue) const; + bool GetCustomStyle(const WideString& wsName, WideString* pValue) const; InheritedData m_InheritedData; NonInheritedData m_NonInheritedData; -- cgit v1.2.3