summaryrefslogtreecommitdiff
path: root/core/fxge/cfx_cliprgn.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2018-10-04 18:41:22 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-10-04 18:41:22 +0000
commit38772e9f7456021df78eaea3258c63e8c39cf309 (patch)
treec349abb1b477a91bbbdea5fbcbb177394c4eb8ae /core/fxge/cfx_cliprgn.h
parentd86d6a737e2b7f51a6ac245b611e32bf0fc25d29 (diff)
downloadpdfium-38772e9f7456021df78eaea3258c63e8c39cf309.tar.xz
Remove more uncalled methods in core/
Change-Id: I10679c9d28eb495c6bc21fd1355cb3ef330a1209 Reviewed-on: https://pdfium-review.googlesource.com/c/43471 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>
Diffstat (limited to 'core/fxge/cfx_cliprgn.h')
-rw-r--r--core/fxge/cfx_cliprgn.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/fxge/cfx_cliprgn.h b/core/fxge/cfx_cliprgn.h
index 58ebb4de73..0087739ad2 100644
--- a/core/fxge/cfx_cliprgn.h
+++ b/core/fxge/cfx_cliprgn.h
@@ -24,7 +24,6 @@ class CFX_ClipRgn {
const FX_RECT& GetBox() const { return m_Box; }
RetainPtr<CFX_DIBitmap> GetMask() const { return m_Mask; }
- void Reset(const FX_RECT& rect);
void IntersectRect(const FX_RECT& rect);
void IntersectMaskF(int left, int top, const RetainPtr<CFX_DIBitmap>& Mask);