summaryrefslogtreecommitdiff
path: root/core/include/fxcrt
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-11-19 14:08:03 -0800
committerTom Sepez <tsepez@chromium.org>2015-11-19 14:08:03 -0800
commitd1824ad8bc5fbbe7b040c8b69555a02a6e0e8fbe (patch)
tree972436a697e90881fd6024d8ceccd5a371fc4741 /core/include/fxcrt
parent8840ec9b5c54da9dc9aae3afb8585a2ff80758d9 (diff)
downloadpdfium-d1824ad8bc5fbbe7b040c8b69555a02a6e0e8fbe.tar.xz
Make core in master match XFA.
This weeks version, mostly whitespace. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1466503002 .
Diffstat (limited to 'core/include/fxcrt')
-rw-r--r--core/include/fxcrt/fx_stream.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h
index 7856dcbb12..3260807940 100644
--- a/core/include/fxcrt/fx_stream.h
+++ b/core/include/fxcrt/fx_stream.h
@@ -60,7 +60,6 @@ class IFX_StreamWrite {
public:
virtual ~IFX_StreamWrite() {}
virtual void Release() = 0;
-
virtual FX_BOOL WriteBlock(const void* pData, size_t size) = 0;
};
class IFX_FileWrite : public IFX_StreamWrite {