diff options
author | tsepez <tsepez@chromium.org> | 2016-05-18 14:16:03 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-05-18 14:16:03 -0700 |
commit | 87144d3fc81769578fbfae89f7b99bab89229a57 (patch) | |
tree | 5b1a9b8d4b721a5dfbd91593a141d3c4e4256953 /xfa/fde/cfde_txtedtpage.h | |
parent | 0aae2a773cf51632b7808ab0e5b5c1635cf6a5fa (diff) | |
download | pdfium-87144d3fc81769578fbfae89f7b99bab89229a57.tar.xz |
Remove Release() from CFDE_TxtEdit* classes
Review-Url: https://codereview.chromium.org/1987223003
Diffstat (limited to 'xfa/fde/cfde_txtedtpage.h')
-rw-r--r-- | xfa/fde/cfde_txtedtpage.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xfa/fde/cfde_txtedtpage.h b/xfa/fde/cfde_txtedtpage.h index 8be940f556..ea329bff13 100644 --- a/xfa/fde/cfde_txtedtpage.h +++ b/xfa/fde/cfde_txtedtpage.h @@ -26,9 +26,9 @@ class CFDE_TxtEdtTextSet; class CFDE_TxtEdtPage : public IFDE_TxtEdtPage { public: CFDE_TxtEdtPage(CFDE_TxtEdtEngine* pEngine, int32_t nLineIndex); + ~CFDE_TxtEdtPage() override; // IFDE_TxtEditPage: - void Release() override; CFDE_TxtEdtEngine* GetEngine() const override; int32_t GetCharRect(int32_t nIndex, CFX_RectF& rect, @@ -67,9 +67,6 @@ class CFDE_TxtEdtPage : public IFDE_TxtEdtPage { FX_WCHAR GetChar(void* pIdentity, int32_t index) const override; int32_t GetWidth(void* pIdentity, int32_t index) const override; - protected: - virtual ~CFDE_TxtEdtPage(); - private: void NormalizePt2Rect(CFX_PointF& ptF, const CFX_RectF& rtF, |