summaryrefslogtreecommitdiff
path: root/fpdfsdk/cpdfsdk_pageview.h
diff options
context:
space:
mode:
authorHenrique Nakashima <hnakashima@chromium.org>2017-08-16 14:48:13 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-08-16 20:19:01 +0000
commit6551362bc0745049a36afe493c984a43e66ea7e4 (patch)
tree23fdc93605f681b69396a8f2b05e6ddad9cc7b1a /fpdfsdk/cpdfsdk_pageview.h
parent59178f5b6e64c6c30545f1fd1ee6974eaa1356fc (diff)
downloadpdfium-6551362bc0745049a36afe493c984a43e66ea7e4.tar.xz
Fixing crash on mouse movement in XFA form.
Bug: pdfium:868 Change-Id: Ifd39c5c7c5486560987c18e9afb6ae3d2a4b7454 Reviewed-on: https://pdfium-review.googlesource.com/11190 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org>
Diffstat (limited to 'fpdfsdk/cpdfsdk_pageview.h')
-rw-r--r--fpdfsdk/cpdfsdk_pageview.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fpdfsdk/cpdfsdk_pageview.h b/fpdfsdk/cpdfsdk_pageview.h
index c525bfc457..face5072c7 100644
--- a/fpdfsdk/cpdfsdk_pageview.h
+++ b/fpdfsdk/cpdfsdk_pageview.h
@@ -88,7 +88,6 @@ class CPDFSDK_PageView final : public CPDF_Page::View {
void SetValid(bool bValid) { m_bValid = bValid; }
bool IsValid() { return m_bValid; }
- void SetLock(bool bLocked) { m_bLocked = bLocked; }
bool IsLocked() { return m_bLocked; }
void SetBeingDestroyed() { m_bBeingDestroyed = true; }
@@ -115,7 +114,6 @@ class CPDFSDK_PageView final : public CPDF_Page::View {
bool m_bOwnsPage;
#endif // PDF_ENABLE_XFA
bool m_bEnterWidget;
- bool m_bExitWidget;
bool m_bOnWidget;
bool m_bValid;
bool m_bLocked;