diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-27 15:10:00 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-27 15:10:00 -0700 |
commit | 00948f58ae4ba3713e2e25080c9e229ecbe929eb (patch) | |
tree | 6f62b5280dd1755d8b52c775484b20cbe22fd7d5 /core/include | |
parent | ee7412f5aef353e5c6f1a64d0e1708ed926869d9 (diff) | |
download | pdfium-00948f58ae4ba3713e2e25080c9e229ecbe929eb.tar.xz |
Revert "Make CFX_WideString::LockBuffer() completely unused."
This reverts commit ee7412f5aef353e5c6f1a64d0e1708ed926869d9.
Reason for revert: VS compile broke.
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1106333003
Diffstat (limited to 'core/include')
-rw-r--r-- | core/include/fxcrt/fx_string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_string.h b/core/include/fxcrt/fx_string.h index a7cf2e1c16..1efb814b08 100644 --- a/core/include/fxcrt/fx_string.h +++ b/core/include/fxcrt/fx_string.h @@ -320,6 +320,8 @@ public: FX_LPSTR GetBuffer(FX_STRSIZE len); + FX_LPSTR LockBuffer(); + void ReleaseBuffer(FX_STRSIZE len = -1); CFX_ByteString Mid(FX_STRSIZE first) const; @@ -728,6 +730,8 @@ public: FX_LPWSTR GetBuffer(FX_STRSIZE len); + FX_LPWSTR LockBuffer(); + void ReleaseBuffer(FX_STRSIZE len = -1); int GetInteger() const; |