summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_helpers.h
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-03-28 18:49:34 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-03-28 18:49:34 +0000
commit7d12532362545273e0ceac93fae2154661323fd1 (patch)
treeb58002c530a10c6a1e084d0aba0ad9972cd17fc1 /fpdfsdk/cpdfsdk_helpers.h
parent00d47a60e4cd0974771692a9d3fdd3ca28bf6eb2 (diff)
downloadpdfium-7d12532362545273e0ceac93fae2154661323fd1.tar.xz
More fpdfsdk filename cleanup
This CL moves more of the fpdfsdk/ code around to better match the naming of other files. Change-Id: I203d91e3e345b2b4767df7a69dd5bd981d61f1d2 Reviewed-on: https://pdfium-review.googlesource.com/29372 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_helpers.h')
-rw-r--r--fpdfsdk/cpdfsdk_helpers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fpdfsdk/cpdfsdk_helpers.h b/fpdfsdk/cpdfsdk_helpers.h
index c2f6515cf9..dcd0cc9558 100644
--- a/fpdfsdk/cpdfsdk_helpers.h
+++ b/fpdfsdk/cpdfsdk_helpers.h
@@ -28,7 +28,7 @@ class CPDF_PageObject;
class CPDF_PageRenderContext;
class CPDF_PathObject;
class CPDF_Stream;
-class IFSDK_PAUSE_Adapter;
+class IPDFSDK_PauseAdapter;
class FX_PATHPOINT;
// Object types for public FPDF_ types; these correspond to next layer down
@@ -91,7 +91,7 @@ void FPDF_RenderPage_Retail(CPDF_PageRenderContext* pContext,
int rotate,
int flags,
bool bNeedToRestore,
- IFSDK_PAUSE_Adapter* pause);
+ IPDFSDK_PauseAdapter* pause);
void CheckUnSupportError(CPDF_Document* pDoc, uint32_t err_code);
void CheckUnSupportAnnot(CPDF_Document* pDoc, const CPDF_Annot* pPDFAnnot);