Chromium Code Reviews| Index: xfa/fwl/theme/cfwl_datetimepickedtp.cpp |
| diff --git a/xfa/fwl/theme/datetimepickertp.cpp b/xfa/fwl/theme/cfwl_datetimepickedtp.cpp |
| similarity index 97% |
| rename from xfa/fwl/theme/datetimepickertp.cpp |
| rename to xfa/fwl/theme/cfwl_datetimepickedtp.cpp |
| index 63fbc13110bf0e1c227a2393ed34dff8d65b1492..4e1d39a15afc2745b5994dca9b16ea7e61a70a6a 100644 |
| --- a/xfa/fwl/theme/datetimepickertp.cpp |
| +++ b/xfa/fwl/theme/cfwl_datetimepickedtp.cpp |
| @@ -4,7 +4,7 @@ |
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
| -#include "xfa/include/fwl/theme/datetimepickertp.h" |
| +#include "xfa/fwl/theme/cfwl_datetimepickertp.h" |
| #include "xfa/fwl/basewidget/ifwl_datetimepicker.h" |
| #include "xfa/fwl/core/cfwl_themebackground.h" |
| @@ -112,7 +112,9 @@ void CFWL_DateTimePickerTP::DrawDropDownButton(CFWL_ThemeBackground* pParams, |
| #endif |
| void CFWL_DateTimePickerTP::initThemeData() { |
| uint32_t* pData = (uint32_t*)&m_pThemeData->BoxBkColor; |
| - *pData++ = 0, *pData++ = 0, *pData++ = ArgbEncode(255, 220, 220, 215), |
| + *pData++ = 0; |
| + *pData++ = 0; |
| + *pData++ = ArgbEncode(255, 220, 220, 215), |
|
Tom Sepez
2016/03/29 21:24:44
missed a few more :) ...
|
| *pData++ = ArgbEncode(255, 255, 255, 255), |
| *pData++ = ArgbEncode(255, 255, 240, 207), |
| *pData++ = ArgbEncode(255, 248, 179, 48), |