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

Unified Diff: fpdfsdk/include/fsdk_baseannot.h

Issue 1473503002: Introduce "underlying types" to abstract XFA differences. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 1 month 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 | « no previous file | fpdfsdk/include/fsdk_define.h » ('j') | fpdfsdk/include/fsdk_mgr.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fsdk_baseannot.h
diff --git a/fpdfsdk/include/fsdk_baseannot.h b/fpdfsdk/include/fsdk_baseannot.h
index e9a33129b0e932e3cb5d73efbb4ff5af754d91b6..7b5857d496f59ba96e6c77ac7b37bb7ff8b8b501 100644
--- a/fpdfsdk/include/fsdk_baseannot.h
+++ b/fpdfsdk/include/fsdk_baseannot.h
@@ -16,6 +16,7 @@
#include "core/include/fpdfdoc/fpdf_doc.h"
#include "core/include/fxcrt/fx_basic.h"
#include "fx_systemhandler.h"
Lei Zhang 2015/11/24 00:45:14 this comes last, might as well make it fpdfsdk/inc
Tom Sepez 2015/11/24 00:57:53 Done.
+#include "fpdfsdk/include/fsdk_define.h"
class CPDFSDK_PageView;
class CPDF_Annot;
@@ -91,6 +92,7 @@ class CPDFSDK_Annot {
CPDF_Matrix* pUser2Device,
CPDF_RenderOptions* pOptions) {}
+ UnderlyingPageType* GetUnderlyingPage();
CPDF_Page* GetPDFPage();
CPDFXFA_Page* GetPDFXFAPage();
« no previous file with comments | « no previous file | fpdfsdk/include/fsdk_define.h » ('j') | fpdfsdk/include/fsdk_mgr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698