summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_themebackground.h
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-01-16 20:44:56 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-16 20:44:56 +0000
commit62d4bb21760706a5d466869db05b504548e7108a (patch)
tree4768dfb5c62f0f8cc802df459d134b9a7986f4c8 /xfa/fwl/cfwl_themebackground.h
parent7824b6348e956d9310192515f8fce22c9f14d40e (diff)
downloadpdfium-62d4bb21760706a5d466869db05b504548e7108a.tar.xz
Remove CXFA_Graphics::StretchImage() and related code.
It is never used. Change-Id: I46c8202cb9e449317fdc1889ff9a610d5ea15d92 Reviewed-on: https://pdfium-review.googlesource.com/22910 Reviewed-by: Ryan Harrison <rharrison@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'xfa/fwl/cfwl_themebackground.h')
-rw-r--r--xfa/fwl/cfwl_themebackground.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fwl/cfwl_themebackground.h b/xfa/fwl/cfwl_themebackground.h
index 81fa0a2212..33a0e857f2 100644
--- a/xfa/fwl/cfwl_themebackground.h
+++ b/xfa/fwl/cfwl_themebackground.h
@@ -10,7 +10,6 @@
#include "core/fxge/fx_dib.h"
#include "xfa/fwl/cfwl_themepart.h"
-class CFX_DIBitmpa;
class CXFA_Graphics;
class CXFA_GEPath;
@@ -21,7 +20,6 @@ class CFWL_ThemeBackground : public CFWL_ThemePart {
CXFA_Graphics* m_pGraphics;
CXFA_GEPath* m_pPath;
- RetainPtr<CFX_DIBitmap> m_pImage;
};
inline CFWL_ThemeBackground::CFWL_ThemeBackground()