Chromium Code Reviews| Index: fpdfsdk/pdfwindow/PWL_Caret.h |
| diff --git a/fpdfsdk/pdfwindow/PWL_Caret.h b/fpdfsdk/pdfwindow/PWL_Caret.h |
| index 0f002a2b4aec36e22e0d4ae9b545a26d1a4c6a69..2f5c87639ea2442ff80af14cde00924971b03d8e 100644 |
| --- a/fpdfsdk/pdfwindow/PWL_Caret.h |
| +++ b/fpdfsdk/pdfwindow/PWL_Caret.h |
| @@ -11,7 +11,7 @@ |
| struct PWL_CARET_INFO { |
| public: |
| - PWL_CARET_INFO() : bVisible(FALSE), ptHead(0, 0), ptFoot(0, 0) {} |
| + PWL_CARET_INFO() : bVisible(FALSE) {} |
| FX_BOOL bVisible; |
| CFX_FloatPoint ptHead; |