Index: xfa/fxfa/app/xfa_ffwidget.cpp |
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp |
index 6cea803fa55ac751ed5853b0391998d7b8b0183c..f4b6a8aeb9c9295a036857b9f605ae7f472bd0b2 100644 |
--- a/xfa/fxfa/app/xfa_ffwidget.cpp |
+++ b/xfa/fxfa/app/xfa_ffwidget.cpp |
@@ -633,7 +633,7 @@ FX_BOOL CXFA_ImageRenderer::StartDIBSource() { |
return FALSE; |
} |
CFX_FloatRect image_rect_f = m_ImageMatrix.GetUnitRect(); |
- FX_RECT image_rect = image_rect_f.GetOutterRect(); |
+ FX_RECT image_rect = image_rect_f.GetOuterRect(); |
int dest_width = image_rect.Width(); |
int dest_height = image_rect.Height(); |
if ((FXSYS_fabs(m_ImageMatrix.b) >= 0.5f || m_ImageMatrix.a == 0) || |