diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-04-11 16:06:36 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-12 16:53:11 +0000 |
commit | 445831ebcec3426f5642d32336d654fb391ca07a (patch) | |
tree | 844fbf356965ba6826891c11fe6e4ce2929852c1 /xfa/fgas/crt/ifgas_stream.h | |
parent | 12c74ac6ee2da69cd6def0580b920ab4a529f713 (diff) | |
download | pdfium-445831ebcec3426f5642d32336d654fb391ca07a.tar.xz |
Remove the FGAS Buffered Stream
This CL removes the FGAS buffered stream. The only user was unittests
which have been converted to use a ReadStream.
Change-Id: I5af9d3bdf570a307502ea01eef6029db1c8fecef
Reviewed-on: https://pdfium-review.googlesource.com/4036
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'xfa/fgas/crt/ifgas_stream.h')
-rw-r--r-- | xfa/fgas/crt/ifgas_stream.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/crt/ifgas_stream.h b/xfa/fgas/crt/ifgas_stream.h index 9d9e24023d..cfb0722b21 100644 --- a/xfa/fgas/crt/ifgas_stream.h +++ b/xfa/fgas/crt/ifgas_stream.h @@ -27,8 +27,6 @@ class IFGAS_Stream : public CFX_Retainable { const CFX_RetainPtr<IFX_SeekableReadStream>& pFileRead); static CFX_RetainPtr<IFGAS_Stream> CreateWriteStream( const CFX_RetainPtr<IFX_SeekableWriteStream>& pFileWrite); - static CFX_RetainPtr<IFGAS_Stream> CreateStream(uint8_t* pData, - int32_t length); virtual uint32_t GetAccessModes() const = 0; virtual int32_t GetLength() const = 0; |