diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-11-25 15:52:28 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-11-25 15:52:28 -0800 |
commit | a2c42ce6150c4072613a6fc9fa0dc064dbf0a15d (patch) | |
tree | b1705df8ed8c9f2f8db5095fbb6e19548493eacd /core/include/fxcrt/fx_stream.h | |
parent | 214947de80a9be2ddb134b1962affc82e20563c9 (diff) | |
download | pdfium-a2c42ce6150c4072613a6fc9fa0dc064dbf0a15d.tar.xz |
Manual fixups to PDF_ENABLE_XFA in core/
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1477663003 .
Diffstat (limited to 'core/include/fxcrt/fx_stream.h')
-rw-r--r-- | core/include/fxcrt/fx_stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index 300bfb1941..a5bec7f51b 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -137,8 +137,8 @@ class IFX_FileAccess { virtual IFX_FileStream* CreateFileStream(FX_DWORD dwModes) = 0; }; IFX_FileAccess* FX_CreateDefaultFileAccess(const CFX_WideStringC& wsPath); +#endif // PDF_ENABLE_XFA -#endif class IFX_MemoryStream : public IFX_FileStream { public: virtual FX_BOOL IsConsecutive() const = 0; |