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

Unified Diff: xfa/src/fxfa/src/app/xfa_ffdoc.h

Issue 1730713002: Moar _CAPS work, part 3. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Nits. Created 4 years, 10 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 | « xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp ('k') | xfa/src/fxfa/src/app/xfa_fftext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fxfa/src/app/xfa_ffdoc.h
diff --git a/xfa/src/fxfa/src/app/xfa_ffdoc.h b/xfa/src/fxfa/src/app/xfa_ffdoc.h
index 5d83efbd80fb3850aa2552f1c3d87d2d0ffeb5a5..8d2063e66e7d62c1476a32cc4dc6d527d3e22fe3 100644
--- a/xfa/src/fxfa/src/app/xfa_ffdoc.h
+++ b/xfa/src/fxfa/src/app/xfa_ffdoc.h
@@ -15,11 +15,11 @@ class CXFA_FFNotify;
class CXFA_FFDocView;
class IXFA_Locale;
-typedef struct _FX_IMAGEDIB_AND_DPI {
+struct FX_IMAGEDIB_AND_DPI {
CFX_DIBSource* pDibSource;
int32_t iImageXDpi;
int32_t iImageYDpi;
-} FX_IMAGEDIB_AND_DPI;
+};
class CXFA_FFDoc : public IXFA_Doc {
public:
« no previous file with comments | « xfa/src/fwl/src/core/fwl_widgetmgrimp.cpp ('k') | xfa/src/fxfa/src/app/xfa_fftext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698