Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: fpdfsdk/src/pdfwindow/PWL_Note.cpp

Issue 436483002: Fix a few more -Wreorder warnings. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fpdfsdk/src/javascript/JS_Value.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/src/pdfwindow/PWL_Note.cpp
diff --git a/fpdfsdk/src/pdfwindow/PWL_Note.cpp b/fpdfsdk/src/pdfwindow/PWL_Note.cpp
index b04b0f5003cdc042e48d72db04e60d379ea74f7d..b0028b6c660ffcee10b5579dbabe400b0c66cd45 100644
--- a/fpdfsdk/src/pdfwindow/PWL_Note.cpp
+++ b/fpdfsdk/src/pdfwindow/PWL_Note.cpp
@@ -681,10 +681,10 @@ void CPWL_Note_Contents::EnableRead(FX_BOOL bEnabled)
/* ---------------------------------- CPWL_NoteItem ---------------------------------- */
CPWL_NoteItem::CPWL_NoteItem() :
- m_pPrivateData(NULL),
m_pSubject(NULL),
m_pDateTime(NULL),
m_pContents(NULL),
+ m_pPrivateData(NULL),
m_sAuthor(L""),
m_fOldItemHeight(0.0f),
m_bSizeChanged(FALSE),
@@ -1205,13 +1205,13 @@ CPWL_Note::CPWL_Note(IPopup_Note* pPopupNote, IPWL_NoteNotify* pNoteNotify, IPWL
m_pAuthor(NULL),
m_pIcon(NULL),
m_pCloseBox(NULL),
- m_pContentsBar(NULL),
m_pLBBox(NULL),
m_pRBBox(NULL),
+ m_pContentsBar(NULL),
m_pOptions(NULL),
+ m_pNoteNotify(pNoteNotify),
m_bResizing(FALSE),
m_rcCaption(0,0,0,0),
- m_pNoteNotify(pNoteNotify),
m_bEnalbleNotify(TRUE),
m_pPopupNote(pPopupNote)
{
« no previous file with comments | « fpdfsdk/src/javascript/JS_Value.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698