Chromium Code Reviews| Index: fpdfsdk/formfiller/cffl_formfiller.cpp |
| diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp |
| index 3248c3b6c5ab202614b8ce9fee1e32cd0d3f1874..8985a9da21b3edd91307f31c5e423e1ed014c5d4 100644 |
| --- a/fpdfsdk/formfiller/cffl_formfiller.cpp |
| +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp |
| @@ -367,7 +367,7 @@ CPWL_Wnd* CFFL_FormFiller::GetPDFWindow(CPDFSDK_PageView* pPageView, |
| } |
| } else { |
| PWL_CREATEPARAM cp = GetCreateParam(); |
| - cp.hAttachedWnd = (FX_HWND)m_pWidget; |
| + cp.hAttachedWnd = m_pWidget; |
|
Tom Sepez
2016/09/15 17:00:28
nit: can this member be called pAttachedWidget or
dsinclair
2016/09/15 17:19:46
Done.
|
| CFFL_PrivateData* pPrivateData = new CFFL_PrivateData; |
| pPrivateData->pWidget = m_pWidget; |