From 3522876d5291922ddc62bf1b70d02743b0850673 Mon Sep 17 00:00:00 2001 From: Bo Xu Date: Tue, 8 Jul 2014 15:30:46 -0700 Subject: Remove custom memory manager BUG= R=palmer@chromium.org Review URL: https://codereview.chromium.org/372473003 --- core/src/fxcrt/fxcrt_platforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/src/fxcrt/fxcrt_platforms.h') diff --git a/core/src/fxcrt/fxcrt_platforms.h b/core/src/fxcrt/fxcrt_platforms.h index 4cb839961d..dbdff6aba0 100644 --- a/core/src/fxcrt/fxcrt_platforms.h +++ b/core/src/fxcrt/fxcrt_platforms.h @@ -18,7 +18,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); -- cgit v1.2.3