diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:01:41 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-01-21 16:01:41 -0800 |
commit | 9ebc84109d7d2f7b81f06f19e5db20888e026c3b (patch) | |
tree | 9091387b73fd4a88f8395a66ebf4e56ff6cc7ad4 /fpdfsdk/include/pdfwindow | |
parent | da9355139b5dce270be02af31db326d60f488e8c (diff) | |
download | pdfium-9ebc84109d7d2f7b81f06f19e5db20888e026c3b.tar.xz |
Rename CPDF_PageObjects to CPDF_PageObjectList
Prefer class names to be singular.
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1612113003 .
Diffstat (limited to 'fpdfsdk/include/pdfwindow')
-rw-r--r-- | fpdfsdk/include/pdfwindow/PWL_Edit.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/include/pdfwindow/PWL_Edit.h b/fpdfsdk/include/pdfwindow/PWL_Edit.h index ca924e19cb..f46f12ebf2 100644 --- a/fpdfsdk/include/pdfwindow/PWL_Edit.h +++ b/fpdfsdk/include/pdfwindow/PWL_Edit.h @@ -102,10 +102,10 @@ class CPWL_Edit : public CPWL_EditCtrl, public IFX_Edit_OprNotify { m_pFillerNotify = pNotify; } - void GeneratePageObjects(CPDF_PageObjects* pPageObjects, + void GeneratePageObjects(CPDF_PageObjectList* pPageObjects, const CPDF_Point& ptOffset, CFX_ArrayTemplate<CPDF_TextObject*>& ObjArray); - void GeneratePageObjects(CPDF_PageObjects* pPageObjects, + void GeneratePageObjects(CPDF_PageObjectList* pPageObjects, const CPDF_Point& ptOffset); protected: |