summaryrefslogtreecommitdiff
path: root/core/src/fxcrt/fxcrt_posix.h
diff options
context:
space:
mode:
authorBo Xu <bo_xu@foxitsoftware.com>2014-07-08 15:30:46 -0700
committerBo Xu <bo_xu@foxitsoftware.com>2014-07-08 15:30:46 -0700
commit3522876d5291922ddc62bf1b70d02743b0850673 (patch)
treeb3fd7eda6e8ed8f07674f6a6fba21e82ca83bee7 /core/src/fxcrt/fxcrt_posix.h
parente7ee98e4c6fd56c9e930194e9fc11cc10e8293a1 (diff)
downloadpdfium-3522876d5291922ddc62bf1b70d02743b0850673.tar.xz
Remove custom memory manager
BUG= R=palmer@chromium.org Review URL: https://codereview.chromium.org/372473003
Diffstat (limited to 'core/src/fxcrt/fxcrt_posix.h')
-rw-r--r--core/src/fxcrt/fxcrt_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcrt/fxcrt_posix.h b/core/src/fxcrt/fxcrt_posix.h
index f76e35cdd1..db4377f5f2 100644
--- a/core/src/fxcrt/fxcrt_posix.h
+++ b/core/src/fxcrt/fxcrt_posix.h
@@ -16,7 +16,7 @@ public:
virtual FX_BOOL Open(FX_BSTR fileName, FX_DWORD dwMode);
virtual FX_BOOL Open(FX_WSTR fileName, FX_DWORD dwMode);
virtual void Close();
- virtual void Release(IFX_Allocator* pAllocator = NULL);
+ virtual void Release();
virtual FX_FILESIZE GetSize() const;
virtual FX_FILESIZE GetPosition() const;
virtual FX_FILESIZE SetPosition(FX_FILESIZE pos);