summaryrefslogtreecommitdiff
path: root/core/fxge/dib/cfx_imagestretcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/fxge/dib/cfx_imagestretcher.h')
-rw-r--r--core/fxge/dib/cfx_imagestretcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/fxge/dib/cfx_imagestretcher.h b/core/fxge/dib/cfx_imagestretcher.h
index 9f4e44b0d0..45544cbfbc 100644
--- a/core/fxge/dib/cfx_imagestretcher.h
+++ b/core/fxge/dib/cfx_imagestretcher.h
@@ -27,7 +27,7 @@ class CFX_ImageStretcher {
int dest_width,
int dest_height,
const FX_RECT& bitmap_rect,
- uint32_t flags);
+ const FXDIB_ResampleOptions& options);
~CFX_ImageStretcher();
bool Start();
@@ -46,7 +46,7 @@ class CFX_ImageStretcher {
std::unique_ptr<CStretchEngine> m_pStretchEngine;
std::unique_ptr<uint8_t, FxFreeDeleter> m_pScanline;
std::unique_ptr<uint8_t, FxFreeDeleter> m_pMaskScanline;
- const uint32_t m_Flags;
+ const FXDIB_ResampleOptions m_ResampleOptions;
bool m_bFlipX;
bool m_bFlipY;
int m_DestWidth;